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

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: Fix nits 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
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..83380f95082369b373631f860b565fc50f8d52e3 100644
--- a/chrome/common/chrome_notification_types.h
+++ b/chrome/common/chrome_notification_types.h
@@ -871,6 +871,12 @@ enum NotificationType {
// TokenAvailableDetails object.
NOTIFICATION_TOKEN_AVAILABLE,
+ // When the token service receives updated credentials with which to generate
+ // new tokens, one of these notifications is issued per new credential.
+ // The source is a TokenService on the Profile. The details are a
+ // TokenAvailableDetails object.
+ NOTIFICATION_TOKEN_SERVICE_CREDENTIALS_UPDATED,
+
// When there aren't any additional tokens left to load, this notification
// is sent.
// The source is a TokenService on the profile. There are no details.
« chrome/browser/sync/profile_sync_service.cc ('K') | « chrome/common/chrome_constants.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698