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

Unified Diff: chrome/browser/ui/android/context_menu_helper.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
Index: chrome/browser/ui/android/context_menu_helper.h
diff --git a/chrome/browser/ui/android/context_menu_helper.h b/chrome/browser/ui/android/context_menu_helper.h
index 9f84b6c32a8242510a2913283859a9b0e2d69e49..f57a980ab76af35bb49bb1b2406ae25d40459f48 100644
--- a/chrome/browser/ui/android/context_menu_helper.h
+++ b/chrome/browser/ui/android/context_menu_helper.h
@@ -26,7 +26,8 @@ class ContextMenuHelper
void SetPopulator(jobject jpopulator);
// Methods called from Java via JNI ------------------------------------------
- void OnStartDownload(JNIEnv* env, jobject obj, jboolean jis_link);
+ void OnStartDownload(
+ JNIEnv* env, jobject obj, jboolean jis_link, jstring jheaders);
private:
explicit ContextMenuHelper(content::WebContents* web_contents);

Powered by Google App Engine
This is Rietveld 408576698