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

Unified Diff: chrome/browser/chromeos/login/users/chrome_user_manager_impl.h

Issue 834073002: ChromeOS: Implement periodic timezone refresh on geolocation data. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Cleanup. Created 5 years, 11 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/login/users/chrome_user_manager_impl.h
diff --git a/chrome/browser/chromeos/login/users/chrome_user_manager_impl.h b/chrome/browser/chromeos/login/users/chrome_user_manager_impl.h
index eb35a872b5e19c1fbd6bbf0cc4cee318896d9fc4..ac19f4742f748b8f9272ae41c37485df411a8760 100644
--- a/chrome/browser/chromeos/login/users/chrome_user_manager_impl.h
+++ b/chrome/browser/chromeos/login/users/chrome_user_manager_impl.h
@@ -198,6 +198,10 @@ class ChromeUserManagerImpl
// Update the number of users.
void UpdateNumberOfUsers();
+ // Starts (or stops) automatic timezone refresh on geolocation,
+ // depending on user preferences.
+ void StartUserTimeZoneRefresh(Profile* profile);
Dmitry Polukhin 2015/01/20 15:32:28 Please rename to something more consistent. IMHO,
Alexander Alekseev 2015/01/22 18:55:22 Done.
+
// Interface to the signed settings store.
CrosSettings* cros_settings_;

Powered by Google App Engine
This is Rietveld 408576698