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

Unified Diff: chrome/common/chrome_notification_types.h

Issue 11312124: Send a notification when the signed-in user is about to sign out. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 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
Index: chrome/common/chrome_notification_types.h
diff --git a/chrome/common/chrome_notification_types.h b/chrome/common/chrome_notification_types.h
index 55988a94a6b791b4797a27ca6d47850587a0e637..ff9d525063fb07033c8f3bb1b59a4091a6b1f498 100644
--- a/chrome/common/chrome_notification_types.h
+++ b/chrome/common/chrome_notification_types.h
@@ -921,6 +921,11 @@ enum NotificationType {
// object.
NOTIFICATION_GOOGLE_SIGNIN_FAILED,
+ // Sent when the currently signed-in user will sign out.
+ // The source is the Profile. The details are a
+ // GoogleServiceSignoutDetails object.
+ NOTIFICATION_GOOGLE_WILL_SIGN_OUT,
+
// Sent when the currently signed-in user for a user has been signed out.
// The source is the Profile. The details are a
// GoogleServiceSignoutDetails object.
« chrome/browser/signin/signin_manager.cc ('K') | « chrome/browser/signin/signin_manager_fake.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698