Chromium Code Reviews| Index: content/browser/frame_host/navigation_request.h |
| diff --git a/content/browser/frame_host/navigation_request.h b/content/browser/frame_host/navigation_request.h |
| index 4dca8882a7390b1b3eda190bc14b10b3b42409e0..2b3cf1f68e35cb866ea04699e4ed7d3f4a7ad134 100644 |
| --- a/content/browser/frame_host/navigation_request.h |
| +++ b/content/browser/frame_host/navigation_request.h |
| @@ -226,6 +226,10 @@ class CONTENT_EXPORT NavigationRequest : public NavigationURLLoaderDelegate { |
| bool is_view_source_; |
| int bindings_; |
| + // Whether the navigation should be sent to a renderer. This is true, except |
|
nasko
2016/12/22 18:16:09
nit: s/renderer/renderer process/
clamy
2016/12/23 16:54:34
Done.
|
| + // for 204/205 responses and downloads. |
| + bool response_should_be_rendered_; |
| + |
| // The type of SiteInstance associated with this navigation. |
| AssociatedSiteInstanceType associated_site_instance_type_; |