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

Unified Diff: chrome/common/notification_type.h

Issue 4121003: Implement device token fetcher (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: final feedback Created 10 years, 2 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
« no previous file with comments | « chrome/common/net/gaia/gaia_constants.cc ('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 42a4247a80fa5db58e7e8a1cdcc542ffb22d0ec1..5986f02cb6e5dec95ff176f08d58b23c47524ae7 100644
--- a/chrome/common/notification_type.h
+++ b/chrome/common/notification_type.h
@@ -1230,6 +1230,10 @@ class NotificationType {
// The detail of this notification is not used.
POLICY_CHANGED,
+ // This notification is sent whenever the device token becomes available
+ // that the policy subsystem uses to fetch policy from the cloud.
+ DEVICE_TOKEN_AVAILABLE,
+
// 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/common/net/gaia/gaia_constants.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698