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

Unified Diff: content/renderer/render_frame_impl.h

Issue 1182453002: PlzNavigate: support for should_replace_current_entry (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 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/renderer/render_frame_impl.h
diff --git a/content/renderer/render_frame_impl.h b/content/renderer/render_frame_impl.h
index ecb243cd734542154069bc98523e9af8ccdfb689..c6b1a1d2ab1f152e6b8d301c1943c3a52e725434 100644
--- a/content/renderer/render_frame_impl.h
+++ b/content/renderer/render_frame_impl.h
@@ -763,7 +763,7 @@ class CONTENT_EXPORT RenderFrameImpl
// PlzNavigate
// Sends a FrameHostMsg_BeginNavigation to the browser based on the contents
// of the WebURLRequest.
- void BeginNavigation(blink::WebURLRequest* request);
+ void BeginNavigation(blink::WebURLRequest* request, bool lock_history_list);
// Loads a data url.
void LoadDataURL(const CommonNavigationParams& params,

Powered by Google App Engine
This is Rietveld 408576698