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

Unified Diff: chrome/browser/chromeos/cros_settings_provider.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/cros_settings_provider.h
===================================================================
--- chrome/browser/chromeos/cros_settings_provider.h (revision 56142)
+++ chrome/browser/chromeos/cros_settings_provider.h (working copy)
@@ -25,6 +25,11 @@
// Gets the namespace prefix provided by this provider
virtual bool HandlesSetting(const std::string& path) = 0;
+
+ protected:
+ // Fires system setting change notification.
+ void FireObservers(const char* path);
+
};
} // namespace chromeos

Powered by Google App Engine
This is Rietveld 408576698