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

Unified Diff: trunk/src/webkit/child/resource_loader_bridge.cc

Issue 19888003: Revert 212927 "Move webkitplatformsupport_impl and related from ..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 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 | « trunk/src/webkit/child/resource_loader_bridge.h ('k') | trunk/src/webkit/child/webkit_child_helpers.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/webkit/child/resource_loader_bridge.cc
===================================================================
--- trunk/src/webkit/child/resource_loader_bridge.cc (revision 212931)
+++ trunk/src/webkit/child/resource_loader_bridge.cc (working copy)
@@ -1,37 +0,0 @@
-// Copyright (c) 2012 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#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(WebKit::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() {}
-
-ResourceLoaderBridge::ResourceLoaderBridge() {}
-
-ResourceLoaderBridge::~ResourceLoaderBridge() {}
-
-} // namespace webkit_glue
« no previous file with comments | « trunk/src/webkit/child/resource_loader_bridge.h ('k') | trunk/src/webkit/child/webkit_child_helpers.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698