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

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

Issue 580043002: [Android] Prompt with infobar on filename conflict (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: used Java DownloadInfo and fixed nits Created 5 years, 10 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/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 39bd0e440b1ca08f112a456c825b251583e368d3..8070753b00fcd500340077bae76925c0a761326f 100644
--- a/chrome/browser/ui/android/infobars/infobar_android.h
+++ b/chrome/browser/ui/android/infobars/infobar_android.h
@@ -32,6 +32,9 @@ 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(scoped_ptr<infobars::InfoBarDelegate> delegate);

Powered by Google App Engine
This is Rietveld 408576698