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

Unified Diff: content/public/browser/android/download_controller_android.h

Issue 1854523002: If a download is initiated by download attribute, don't use stream viewer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 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
« no previous file with comments | « content/public/android/java/src/org/chromium/content/browser/DownloadController.java ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/android/download_controller_android.h
diff --git a/content/public/browser/android/download_controller_android.h b/content/public/browser/android/download_controller_android.h
index 2ef664ec7b7e2cc3f2f3481d050c27f20d0824c4..7eda0e9774b3202944c1e47469fbde90f2ff309b 100644
--- a/content/public/browser/android/download_controller_android.h
+++ b/content/public/browser/android/download_controller_android.h
@@ -28,7 +28,7 @@ class CONTENT_EXPORT DownloadControllerAndroid : public DownloadItem::Observer {
// Starts a new download request with Android. Should be called on the
// UI thread.
virtual void CreateGETDownload(int render_process_id, int render_view_id,
- int request_id) = 0;
+ int request_id, bool must_download) = 0;
// Should be called when a download is started. It can be either a GET
// request with authentication or a POST request. Notifies the embedding
« no previous file with comments | « content/public/android/java/src/org/chromium/content/browser/DownloadController.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698