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

Unified Diff: chrome/common/chrome_notification_types.h

Issue 11038063: Support chrome_to_mobile job receiving Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix format 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
« no previous file with comments | « chrome/common/DEPS ('k') | chrome/common/cloud_print/cloud_print_consts.h » ('j') | 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 01fed074168a454d094f127c81de0f07fa13aadb..cba00c76b779c590bfdd9b6fe80a0959b9a40ef6 100644
--- a/chrome/common/chrome_notification_types.h
+++ b/chrome/common/chrome_notification_types.h
@@ -929,6 +929,10 @@ enum NotificationType {
// object.
NOTIFICATION_GOOGLE_SIGNIN_FAILED,
+ // Sent when the currently signed-in user for a user will sign out.
+ // The source is the Profile. There are no details.
+ NOTIFICATION_GOOGLE_WILL_SIGN_OUT,
+
// Sent when the currently signed-in user for a user has been signed out.
// The source is the Profile. There are no details.
NOTIFICATION_GOOGLE_SIGNED_OUT,
« no previous file with comments | « chrome/common/DEPS ('k') | chrome/common/cloud_print/cloud_print_consts.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698