| 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 1eccac9007e549cdda184e8b7c73ac01d257eaff..fff5fe3a03edbacac8dc60ab6d5ef1cf73bffb16 100644
|
| --- a/chrome/browser/ui/webui/options/browser_options_handler.h
|
| +++ b/chrome/browser/ui/webui/options/browser_options_handler.h
|
| @@ -109,6 +109,7 @@ class BrowserOptionsHandler
|
| void OnPolicyUpdated(const policy::PolicyNamespace& ns,
|
| const policy::PolicyMap& previous,
|
| const policy::PolicyMap& current) override;
|
| +
|
| private:
|
| // content::NotificationObserver implementation.
|
| void Observe(int type,
|
| @@ -383,6 +384,9 @@ class BrowserOptionsHandler
|
| #if defined(OS_CHROMEOS)
|
| // Setup the accessibility features for ChromeOS.
|
| void SetupAccessibilityFeatures();
|
| +
|
| + // Updates TimeZone options section for ChromeOS.
|
| + void OnResolveTimezoneByGeolocationChanged();
|
| #endif
|
|
|
| // Returns a newly created dictionary with a number of properties that
|
|
|