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

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

Issue 1241453005: ChromeOS: Time zone setting dropdown should be grayed out once we enable the Automatically resolve … (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 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 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

Powered by Google App Engine
This is Rietveld 408576698