Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(541)

Unified Diff: content/public/common/resource_request.h

Issue 2976323002: Hook up ProfileIOData's URLRequestContext to a NetworkService. (Closed)
Patch Set: Response to comments Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/public/browser/storage_partition.h ('k') | content/public/common/resource_request.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/common/resource_request.h
diff --git a/content/public/common/resource_request.h b/content/public/common/resource_request.h
index 6d24cdf0deb4e0972bf627c8827235ffb60e4441..2b987cddd87311dea7868355f1179a3a186d255b 100644
--- a/content/public/common/resource_request.h
+++ b/content/public/common/resource_request.h
@@ -11,7 +11,6 @@
#include "base/memory/ref_counted.h"
#include "base/optional.h"
#include "content/common/content_export.h"
-#include "content/public/common/appcache_info.h"
#include "content/public/common/previews_state.h"
#include "content/public/common/request_context_frame_type.h"
#include "content/public/common/request_context_type.h"
@@ -88,7 +87,7 @@ struct CONTENT_EXPORT ResourceRequest {
// Indicates which frame (or worker context) the request is being loaded into,
// or kAppCacheNoHostId.
- int appcache_host_id = kAppCacheNoHostId;
+ int appcache_host_id;
// True if corresponding AppCache group should be resetted.
bool should_reset_appcache = false;
« no previous file with comments | « content/public/browser/storage_partition.h ('k') | content/public/common/resource_request.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698