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

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

Issue 2624843003: Add support for cellular geolocation (Closed)
Patch Set: Change verbiage, simplify network functions 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..8f1599a3cb238d30726b033451ee74454c1ee06b 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();
+ bool CheckTimezoneManagementSetting(int expected_policy_value);
+
// This is non-null only after user logs in.
PrefService* primary_user_prefs_;

Powered by Google App Engine
This is Rietveld 408576698