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

Unified Diff: chrome/browser/ui/android/infobars/infobar_android.h

Issue 2478583004: implementation for new duplicate download UI (Closed)
Patch Set: do null check on webcontents 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: chrome/browser/ui/android/infobars/infobar_android.h
diff --git a/chrome/browser/ui/android/infobars/infobar_android.h b/chrome/browser/ui/android/infobars/infobar_android.h
index c7bbf0c06b9ff432efabe188e51535448c473b7a..722ccfdb655df5d029e3b01e32f46744a0821bae 100644
--- a/chrome/browser/ui/android/infobars/infobar_android.h
+++ b/chrome/browser/ui/android/infobars/infobar_android.h
@@ -31,9 +31,6 @@ class InfoBarAndroid : public infobars::InfoBar {
// Translate infobar
ACTION_TRANSLATE = 3,
ACTION_TRANSLATE_SHOW_ORIGINAL = 4,
- // Download overwrite infobar
- ACTION_OVERWRITE = 5,
- ACTION_CREATE_NEW_FILE = 6,
};
explicit InfoBarAndroid(std::unique_ptr<infobars::InfoBarDelegate> delegate);
« no previous file with comments | « chrome/browser/ui/android/infobars/duplicate_download_infobar.cc ('k') | components/infobars/core/infobar_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698