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

Unified Diff: chrome/browser/ui/webui/options/browser_options_handler.h

Issue 834073002: ChromeOS: Implement periodic timezone refresh on geolocation data. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix rebase. 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/ui/webui/options/browser_options_handler.h
diff --git a/chrome/browser/ui/webui/options/browser_options_handler.h b/chrome/browser/ui/webui/options/browser_options_handler.h
index 443c954e9fc40485f028b6444b9134e09e2ffe0a..e5f26ee494eef00555fcdaf3d99a7db29fd679b6 100644
--- a/chrome/browser/ui/webui/options/browser_options_handler.h
+++ b/chrome/browser/ui/webui/options/browser_options_handler.h
@@ -226,6 +226,11 @@ class BrowserOptionsHandler
// |false| and preventing the user from changing the wallpaper if |managed| is
// |true|.
void OnWallpaperManagedChanged(bool managed);
+
+ // Updates the UI, allowing the user to change the system time zone if
+ // kSystemTimezonePolicy is set, and preventing the user from changing the
+ // system time zone if kSystemTimezonePolicy is not set.
+ void OnSystemTimezonePolicyChanged();
#endif
// Callback for the "selectDownloadLocation" message. This will prompt the
« no previous file with comments | « chrome/browser/resources/options/browser_options.js ('k') | chrome/browser/ui/webui/options/browser_options_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698