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

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

Issue 1182293002: Save image should download the original image when Data Saver is enabled. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nits Created 5 years, 6 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/browser/android/download_controller_android_impl.cc ('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 65da4b82f8f1e9c915f339ada0360872d9f4d1c2..fd035d734ec1c5bffd3b2580c8501c5f8c60b361 100644
--- a/content/public/browser/android/download_controller_android.h
+++ b/content/public/browser/android/download_controller_android.h
@@ -32,7 +32,7 @@ class CONTENT_EXPORT DownloadControllerAndroid {
// Called when a download is initiated by context menu.
virtual void StartContextMenuDownload(
const ContextMenuParams& params, WebContents* web_contents,
- bool is_link) = 0;
+ bool is_link, const std::string& extra_headers) = 0;
// Called when a dangerous download item is verified or rejected.
virtual void DangerousDownloadValidated(
« no previous file with comments | « content/browser/android/download_controller_android_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698