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

Unified Diff: content/browser/android/download_controller_android_impl.h

Issue 152683003: Pass the filename obtained from content-disposition header for download (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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: content/browser/android/download_controller_android_impl.h
diff --git a/content/browser/android/download_controller_android_impl.h b/content/browser/android/download_controller_android_impl.h
index db9b9cf99bba623f907b606c2e95fdb53976b5af..901c698d5389018355b18ff61204590820472874 100644
--- a/content/browser/android/download_controller_android_impl.h
+++ b/content/browser/android/download_controller_android_impl.h
@@ -65,6 +65,7 @@ class DownloadControllerAndroidImpl : public DownloadControllerAndroid,
std::string user_agent;
std::string cookie;
std::string referer;
+ std::string filename;
boliu 2014/02/07 18:11:47 nothing uses this afaict?
Jinsuk Kim 2014/02/08 02:49:28 Ah right. Saw it wrong. Reverted.
WebContents* web_contents;
// Default copy constructor is used for passing this struct by value.

Powered by Google App Engine
This is Rietveld 408576698