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

Unified Diff: chrome/common/chrome_notification_types.h

Issue 10656033: [sync] Automatic bootstrapping of Sync on Win 8 from cached credentials (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 8 years, 5 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/chrome_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/chrome_notification_types.h
diff --git a/chrome/common/chrome_notification_types.h b/chrome/common/chrome_notification_types.h
index 8d88e677e10f40b02635ec30eb42ce0017683588..3b3e6e9932fc0203dfb0ea8974e04f056dd185a2 100644
--- a/chrome/common/chrome_notification_types.h
+++ b/chrome/common/chrome_notification_types.h
@@ -881,6 +881,12 @@ enum NotificationType {
// TokenRequestFailedDetails object.
NOTIFICATION_TOKEN_REQUEST_FAILED,
+ // When the token service receives updated credentials with which to generate
+ // new tokens, one of these notifications is issued.
+ // The source is a TokenService on the Profile. The details are a
+ // CredentialsUpdatedDetails object.
+ NOTIFICATION_TOKEN_SERVICE_CREDENTIALS_UPDATED,
+
// When a service has a new token they got from a frontend that the
// TokenService should know about, fire this notification. The source is the
// Profile. The details are a TokenAvailableDetails object.
« no previous file with comments | « chrome/common/chrome_constants.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698