Index: content/public/browser/resource_request_info.h |
diff --git a/content/public/browser/resource_request_info.h b/content/public/browser/resource_request_info.h |
index 53a36d7b4685f4c9c1918361603e35ed2d522ab5..e29d0a6384df956cf4daf6883134b3a4f1c8f2bb 100644 |
--- a/content/public/browser/resource_request_info.h |
+++ b/content/public/browser/resource_request_info.h |
@@ -38,6 +38,7 @@ class ResourceRequestInfo { |
int render_frame_id, |
bool is_main_frame, |
bool parent_is_main_frame, |
+ bool allow_download, |
bool is_async); |
// Returns the associated RenderFrame for a given process. Returns false, if |