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 26bc2a0c4f92a3ccaa277f627a8ebf302a8f500f..3b5e6523692991063b9861fbbda3da8cefd5a24c 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; |
+ bool has_user_gesture; |
WebContents* web_contents; |
// Default copy constructor is used for passing this struct by value. |