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

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

Issue 2840483002: Log the creation of Sign In related dialog boxes. (Closed)
Patch Set: correct enums in enums.xml Created 3 years, 7 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 915860b329ec3a68a7adb245a4334537d89adc9a..9ece1b6d7476bb1f2223222550e83b4e4f1fa9ca 100644
--- a/chrome/browser/ui/browser_dialogs.h
+++ b/chrome/browser/ui/browser_dialogs.h
@@ -238,6 +238,11 @@ enum class DialogIdentifier {
PAYMENT_REQUEST = 24,
SAVE_CARD = 25,
CARD_UNMASK = 26,
+ SIGN_IN = 27,
+ 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