| 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>
|
|
|