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

Unified Diff: webkit/child/resource_loader_bridge.cc

Issue 207603003: Extract RequestInfo struct from ResourceLoaderBridge. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixes Created 6 years, 9 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 | « webkit/child/resource_loader_bridge.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/child/resource_loader_bridge.cc
diff --git a/webkit/child/resource_loader_bridge.cc b/webkit/child/resource_loader_bridge.cc
index 439a09fe3fc82ba49dbf5a8e956cde640766a5f9..35cf74e50ae446edfcb5c25169a56f2737d7390c 100644
--- a/webkit/child/resource_loader_bridge.cc
+++ b/webkit/child/resource_loader_bridge.cc
@@ -4,28 +4,8 @@
#include "webkit/child/resource_loader_bridge.h"
-#include "net/http/http_response_headers.h"
-#include "webkit/common/appcache/appcache_interfaces.h"
-#include "webkit/common/resource_response_info.h"
-
namespace webkit_glue {
-ResourceLoaderBridge::RequestInfo::RequestInfo()
- : referrer_policy(blink::WebReferrerPolicyDefault),
- load_flags(0),
- requestor_pid(0),
- request_type(ResourceType::MAIN_FRAME),
- priority(net::LOW),
- request_context(0),
- appcache_host_id(0),
- routing_id(0),
- download_to_file(false),
- has_user_gesture(false),
- extra_data(NULL) {
-}
-
-ResourceLoaderBridge::RequestInfo::~RequestInfo() {}
-
ResourceLoaderBridge::SyncLoadResponse::SyncLoadResponse() {}
ResourceLoaderBridge::SyncLoadResponse::~SyncLoadResponse() {}
« no previous file with comments | « webkit/child/resource_loader_bridge.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698