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

Unified Diff: chrome/browser/chrome_notification_types.h

Issue 110373007: Delay loading the NTP after sign in until MergeSession has been performed in (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased Created 7 years 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/browser/chrome_notification_types.h
diff --git a/chrome/browser/chrome_notification_types.h b/chrome/browser/chrome_notification_types.h
index 80b83d4339dd4fe207ad473cfa2e545957c49d60..e0247798a78c5f161d14f9b7126f53d727411cc4 100644
--- a/chrome/browser/chrome_notification_types.h
+++ b/chrome/browser/chrome_notification_types.h
@@ -718,6 +718,13 @@ enum NotificationType {
// GoogleServiceSignoutDetails object.
NOTIFICATION_GOOGLE_SIGNED_OUT,
+ // GoogleAutoLoginHelper ---------------------------------------------------
+
+ // Sent when an account has been merged into the content area cookie jar.
+ // The source is the Profile. The details are a
+ // GoogleAutoLoginHelper::MergeSessionDetails object.
+ NOTIFICATION_MERGE_SESSION_COMPLETE,
+
// Download Notifications --------------------------------------------------
// Sent when a download is initiated. It is possible that the download will

Powered by Google App Engine
This is Rietveld 408576698