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

Unified Diff: chrome/common/notification_type.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/common/notification_type.h
===================================================================
--- chrome/common/notification_type.h (revision 56142)
+++ chrome/common/notification_type.h (working copy)
@@ -1087,6 +1087,11 @@
// Sent when an attempt to acquire the public key of the owner of a chromium
// os device has failed.
OWNER_KEY_FETCH_ATTEMPT_FAILED,
+
+ // This is sent to a ChromeOS settings observer when a system setting is
+ // changed. The source is the CrosSettings and the details a std::string of
+ // the changed setting.
+ SYSTEM_SETTING_CHANGED,
#endif
// Sent before the repost form warning is brought up.
« chrome/browser/chromeos/dom_ui/core_chromeos_options_handler.cc ('K') | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698