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

Unified Diff: chrome/common/notification_type.h

Issue 5331008: Persist 'this device is not managed' information (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix build on Windows Created 10 years, 1 month 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
« no previous file with comments | « chrome/browser/policy/proto/device_management_local.proto ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/notification_type.h
diff --git a/chrome/common/notification_type.h b/chrome/common/notification_type.h
index e68e5118449fbbdf80bc682ec0aabfbb3fe8591b..1a3f334ee7066bdda799225d085b156d3b6765f7 100644
--- a/chrome/common/notification_type.h
+++ b/chrome/common/notification_type.h
@@ -1291,6 +1291,10 @@ class NotificationType {
// that the policy subsystem uses to fetch policy from the cloud.
DEVICE_TOKEN_AVAILABLE,
+ // This notification is sent whenever cloud policies are fetched and
+ // updated. The detail of this notification is not used.
+ CLOUD_POLICY_UPDATE,
+
// Count (must be last) ----------------------------------------------------
// Used to determine the number of notification types. Not valid as
// a type parameter when registering for or posting notifications.
« no previous file with comments | « chrome/browser/policy/proto/device_management_local.proto ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698