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 7d3e82f4c3e75a07deb23f3d5b918508f80eb1bb..3d8ff940f1ac695dbb7eded8dd52fa82d513e8f5 100644 |
| --- a/content/browser/frame_host/navigation_request.h |
| +++ b/content/browser/frame_host/navigation_request.h |
| @@ -229,6 +229,13 @@ class CONTENT_EXPORT NavigationRequest : public NavigationURLLoaderDelegate { |
| scoped_refptr<ResourceResponse> response_; |
| std::unique_ptr<StreamHandle> body_; |
| + // The host_id used by the AppCacheDispatcherHost to identity this |
| + /// navigation. |
| + int appcache_host_id_; |
|
michaeln
2016/11/22 00:17:27
we put this value in the ServiceWorkerNavigationHa
|
| + |
| + // Set to true when the navigation commits. Defaults to false. |
| + bool navigation_committed_; |
| + |
| DISALLOW_COPY_AND_ASSIGN(NavigationRequest); |
| }; |