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

Unified Diff: content/public/browser/stream_info.cc

Issue 519533002: Initial PlzNavigate RDH-side logic. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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/browser/stream_info.cc
diff --git a/content/browser/frame_host/navigator_delegate.cc b/content/public/browser/stream_info.cc
similarity index 50%
copy from content/browser/frame_host/navigator_delegate.cc
copy to content/public/browser/stream_info.cc
index 4389c81e2fbcbc881af96f4611db6120394b074b..aa8945442b0174b57a7f2c797a8345a16e293726 100644
--- a/content/browser/frame_host/navigator_delegate.cc
+++ b/content/public/browser/stream_info.cc
@@ -2,16 +2,15 @@
// 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/public/browser/stream_info.h"
Zachary Kuznia 2014/09/12 21:14:19 Try to dial down the copy detection on git cl uplo
davidben 2014/09/19 18:30:50 Done. (Although it's not going to make a differenc
+
+#include "content/public/browser/stream_handle.h"
+#include "content/public/common/resource_response.h"
namespace content {
-bool NavigatorDelegate::CanOverscrollContent() const {
- return false;
-}
+StreamInfo::StreamInfo() {}
-bool NavigatorDelegate::ShouldPreserveAbortedURLs() {
- return false;
-}
+StreamInfo::~StreamInfo() {}
} // namespace content

Powered by Google App Engine
This is Rietveld 408576698