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

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: remove curly braces 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
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..47398368c56641a8e4fda1031b76ee60a923afaa 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& headers) = 0;
Ted C 2015/06/23 16:32:53 I would call this extra_headers to be consistent (
megjablon 2015/06/23 20:29:47 Done.
// Called when a dangerous download item is verified or rejected.
virtual void DangerousDownloadValidated(

Powered by Google App Engine
This is Rietveld 408576698