Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1538)

Unified Diff: chrome/browser/chromeos/system/timezone_resolver_manager.h

Issue 2624843003: Add support for cellular geolocation (Closed)
Patch Set: Update device tests to use correct dict key Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/chromeos/system/timezone_resolver_manager.h
diff --git a/chrome/browser/chromeos/system/timezone_resolver_manager.h b/chrome/browser/chromeos/system/timezone_resolver_manager.h
index f900c0504d170772dfee5acf9c51e1a887fb0f52..4db43af88c7f7e4b6ba3d9aa5b2c4b7d03f1a6a0 100644
--- a/chrome/browser/chromeos/system/timezone_resolver_manager.h
+++ b/chrome/browser/chromeos/system/timezone_resolver_manager.h
@@ -25,6 +25,9 @@ class TimeZoneResolverManager : public TimeZoneResolver::Delegate {
// TimeZoneResolver::Delegate overrides:
bool ShouldSendWiFiGeolocationData() override;
+ // TimeZoneResolver::Delegate overrides:
+ bool ShouldSendCellularGeolocationData() override;
+
// Starts or stops TimezoneResolver according to currect settings.
void UpdateTimezoneResolver();
@@ -40,6 +43,8 @@ class TimeZoneResolverManager : public TimeZoneResolver::Delegate {
// all configuration data.
bool TimeZoneResolverShouldBeRunning();
+ int GetTimezoneManagementSetting();
+
// This is non-null only after user logs in.
PrefService* primary_user_prefs_;

Powered by Google App Engine
This is Rietveld 408576698