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

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

Issue 2833603003: Log the creation of more dialog box types. (Closed)
Patch Set: Fix simple merge conflict. 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/views/autofill/card_unmask_prompt_views.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 11f69150304727ff44649c760d7501681f4097ec..e82786079f6c931ae562f9a175afe233d9f37b7a 100644
--- a/chrome/browser/ui/browser_dialogs.h
+++ b/chrome/browser/ui/browser_dialogs.h
@@ -208,6 +208,14 @@ enum class DialogIdentifier {
CONFLICTING_MODULE = 16,
CRITICAL_NOTIFICATION = 17,
IME_WARNING = 18,
+ TOOLBAR_ACTIONS_BAR = 19,
+ GLOBAL_ERROR = 20,
+ EXTENSION_INSTALL = 21,
+ EXTENSION_UNINSTALL = 22,
+ EXTENSION_INSTALLED = 23,
+ PAYMENT_REQUEST = 24,
+ SAVE_CARD = 25,
+ CARD_UNMASK = 26,
MAX_VALUE
};
« no previous file with comments | « no previous file | chrome/browser/ui/views/autofill/card_unmask_prompt_views.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698