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

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

Issue 2976323002: Hook up ProfileIOData's URLRequestContext to a NetworkService. (Closed)
Patch Set: X11 is bonkers 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
Index: content/public/common/resource_request.h
diff --git a/content/public/common/resource_request.h b/content/public/common/resource_request.h
index f4561d57ce4ac1f904ed492b33e5c2e218b895a6..300513f58d40fd7f1c477e39dda499739834a5f8 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;

Powered by Google App Engine
This is Rietveld 408576698