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

Unified Diff: components/infobars/core/infobar_delegate.h

Issue 2478583004: implementation for new duplicate download UI (Closed)
Patch Set: Created 4 years, 1 month 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: components/infobars/core/infobar_delegate.h
diff --git a/components/infobars/core/infobar_delegate.h b/components/infobars/core/infobar_delegate.h
index 5032430d36c543c51f859f728bf3a93f6ac16bb9..a7580b50cc259dfab32cfca2561a8ce556937b7f 100644
--- a/components/infobars/core/infobar_delegate.h
+++ b/components/infobars/core/infobar_delegate.h
@@ -74,8 +74,8 @@ class InfoBarDelegate {
TEST_INFOBAR = 0,
APP_BANNER_INFOBAR_DELEGATE_ANDROID = 1,
APP_BANNER_INFOBAR_DELEGATE_DESKTOP = 2,
- ANDROID_DOWNLOAD_MANAGER_OVERWRITE_INFOBAR_DELEGATE = 3,
- CHROME_DOWNLOAD_MANAGER_OVERWRITE_INFOBAR_DELEGATE = 4,
+ ANDROID_DOWNLOAD_MANAGER_DUPLICATE_INFOBAR_DELEGATE = 3,
+ CHROME_DUPLICATE_DOWNLOAD_INFOBAR_DELEGATE = 4,
Peter Kasting 2016/11/05 00:26:57 Is changing these OK, in terms of getting histogra
gone 2016/11/07 19:45:56 AFAICT they're expanding the scope of the overwrit
qinmin 2016/11/08 00:30:50 These enums represents how the infobar is generate
DOWNLOAD_REQUEST_INFOBAR_DELEGATE_ANDROID = 5,
// Removed: FULLSCREEN_INFOBAR_DELEGATE = 6,
HUNG_PLUGIN_INFOBAR_DELEGATE = 7,

Powered by Google App Engine
This is Rietveld 408576698