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

Unified Diff: chrome/browser/ui/browser_dialogs.h

Issue 2840483002: Log the creation of Sign In related dialog boxes. (Closed)
Patch Set: Add Sign In Email Confirmation. Created 3 years, 8 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 | « no previous file | chrome/browser/ui/signin_view_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/browser_dialogs.h
diff --git a/chrome/browser/ui/browser_dialogs.h b/chrome/browser/ui/browser_dialogs.h
index 54fe517a45044ab3e08d0a0156e5a68887bf38c5..c9d2878ab700f0c6a04058aa0c97f73a9cb758a1 100644
--- a/chrome/browser/ui/browser_dialogs.h
+++ b/chrome/browser/ui/browser_dialogs.h
@@ -233,6 +233,11 @@ enum class DialogIdentifier {
PAYMENT_REQUEST = 24,
SAVE_CARD = 25,
CARD_UNMASK = 26,
+ SIGN_IN_EXISTING_DATA = 27,
msarda 2017/05/02 09:55:03 This is the regular sign-in screen, so just name t
+ SIGN_IN_SYNC_CONFIRMATION = 28,
+ SIGN_IN_ERROR = 29,
+ SIGN_IN_EMAIL_CONFIRMATION = 30,
+ PROFILE_CHOOSER = 31,
MAX_VALUE
};
« no previous file with comments | « no previous file | chrome/browser/ui/signin_view_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698