Chromium Code Reviews| 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 |
| }; |