| 21 | char constexpr kEnabledKey[] = "GpsTrackingEnabled"; |
| 22 | |
| 23 | inline std::string GetFilePath() |
| 24 | { |
| 25 | return base::JoinPath(GetPlatform().WritableDir(), GPS_TRACK_FILENAME); |
| 26 | } |
| 27 | |
| 28 | inline bool GetSettingsIsEnabled() |
| 29 | { |
no test coverage detected