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

Unified Diff: content/child/sync_load_response.cc

Issue 216913002: Extract SyncLoadResponse struct from ResourceLoaderBridge. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: chrome 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 | « content/child/sync_load_response.h ('k') | content/child/web_url_loader_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/sync_load_response.cc
diff --git a/content/browser/frame_host/navigator_delegate.cc b/content/child/sync_load_response.cc
similarity index 62%
copy from content/browser/frame_host/navigator_delegate.cc
copy to content/child/sync_load_response.cc
index a284c0f7aa4f468b1276dd2e5101b6041a878da3..163153aa23766cc3a0b71a8fa8e1730efdb7a464 100644
--- a/content/browser/frame_host/navigator_delegate.cc
+++ b/content/child/sync_load_response.cc
@@ -2,12 +2,12 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "content/browser/frame_host/navigator_delegate.h"
+#include "content/child/sync_load_response.h"
namespace content {
-bool NavigatorDelegate::CanOverscrollContent() {
- return false;
-}
+SyncLoadResponse::SyncLoadResponse() {}
+
+SyncLoadResponse::~SyncLoadResponse() {}
} // namespace content
« no previous file with comments | « content/child/sync_load_response.h ('k') | content/child/web_url_loader_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698