Chromium Code Reviews| Index: content/browser/frame_host/navigation_request_info.h |
| diff --git a/content/browser/frame_host/navigation_request_info.h b/content/browser/frame_host/navigation_request_info.h |
| index 6c94712c74299ea80fae93baa2943683f2423f75..d9c9a5d163026cda334da99912367d4e6136061b 100644 |
| --- a/content/browser/frame_host/navigation_request_info.h |
| +++ b/content/browser/frame_host/navigation_request_info.h |
| @@ -35,6 +35,9 @@ struct NavigationRequestInfo { |
| // True if the frame is visible. |
| bool is_showing; |
| + |
| + // Whether or not we should allow the URL to download. |
| + bool allow_download; |
| }; |
| } // namespace content |