Chromium Code Reviews| 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. |