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

Unified Diff: content/browser/frame_host/navigator_delegate.h

Issue 946543003: PlzNavigate: have renderer-initiated navigations be same-process (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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/browser/frame_host/navigator_delegate.h
diff --git a/content/browser/frame_host/navigator_delegate.h b/content/browser/frame_host/navigator_delegate.h
index 94b7b39fe9355a888fed204fdf06a0ae3a223548..ca198a9d33fa2044dccd046d0e9b553663a9625a 100644
--- a/content/browser/frame_host/navigator_delegate.h
+++ b/content/browser/frame_host/navigator_delegate.h
@@ -88,7 +88,6 @@ class CONTENT_EXPORT NavigatorDelegate {
// Notifies the Navigator embedder that a navigation to pending
// NavigationEntry has started in the browser process.
virtual void DidStartNavigationToPendingEntry(
- RenderFrameHostImpl* render_frame_host,
carlosk 2015/02/20 19:16:51 I removed this parameter because a) it was not bei
clamy 2015/02/23 10:52:34 Is this necessary for this patch? If not, I would
carlosk 2015/03/04 19:42:40 Change was moved to another CL.
const GURL& url,
NavigationController::ReloadType reload_type) {}

Powered by Google App Engine
This is Rietveld 408576698