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

Unified Diff: chrome/browser/chromeos/dom_ui/core_chromeos_options_handler.h

Issue 3143009: Reenabled ChromeOS system setting for timezone selection.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years, 4 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/chromeos/dom_ui/core_chromeos_options_handler.h
===================================================================
--- chrome/browser/chromeos/dom_ui/core_chromeos_options_handler.h (revision 56142)
+++ chrome/browser/chromeos/dom_ui/core_chromeos_options_handler.h (working copy)
@@ -15,13 +15,21 @@
public:
protected:
- // ::CoreOptionsHandler Implementation
+ // ::CoreOptionsHandler overrides
virtual Value* FetchPref(const std::string& pref_name);
virtual void ObservePref(const std::string& pref_name);
virtual void SetPref(const std::string& pref_name,
Value::ValueType pref_type,
const std::string& value_string);
+ // NotificationObserver implementation.
+ virtual void Observe(NotificationType type,
+ const NotificationSource& source,
+ const NotificationDetails& details);
+
+ private:
+ // Notifies registered JS callbacks on ChromeOS setting change.
+ void NotifySettingsChanged(const std::string* setting_name);
};
} // namespace chromeos

Powered by Google App Engine
This is Rietveld 408576698