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

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

Issue 2833603003: Log the creation of more dialog box types. (Closed)
Patch Set: 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
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..69ca36d822660f315b7d0f4c6efd0dede5831c6a 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_BUBBLE = 23,
msw 2017/04/20 18:06:02 q: why name this with 'bubble', but not others, eg
pdyson 2017/04/21 00:49:53 I was concerned that having EXTENSION_INSTALL and
msw 2017/04/21 01:58:19 I think *INSTALL AND *INSTALLED is fine. As you sa
+ 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') | tools/metrics/histograms/histograms.xml » ('J')

Powered by Google App Engine
This is Rietveld 408576698