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

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

Issue 1849133006: Revert "ChromeOS: Add SystemTimezoneAutomaticDetection policy." (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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 fbbef6c6a44fa257501498180fa094caa04dfc4c..a93d3ef16642fff44436e083dd5c034d0843e1db 100644
--- a/chrome/browser/ui/webui/options/browser_options_handler.h
+++ b/chrome/browser/ui/webui/options/browser_options_handler.h
@@ -224,12 +224,6 @@ class BrowserOptionsHandler
// kSystemTimezonePolicy is set, and preventing the user from changing the
// system time zone if kSystemTimezonePolicy is not set.
void OnSystemTimezonePolicyChanged();
-
- // Updates the UI, preventing the user from changing timezone or timezone
- // detection settings if kSystemTimezoneAutomaticDetectionPolicy is set, and
- // allowing the user to update these settings if
- // kSystemTimezoneAutomaticDetectionPolicy is not set.
- void OnSystemTimezoneAutomaticDetectionPolicyChanged();
#endif
// Callback for the "selectDownloadLocation" message. This will prompt the
@@ -408,8 +402,6 @@ class BrowserOptionsHandler
// Whether factory reset can be performed.
bool enable_factory_reset_;
-
- PrefChangeRegistrar local_state_pref_change_registrar_;
#endif
ScopedObserver<SigninManagerBase, SigninManagerBase::Observer>
« 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