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

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

Issue 1422333009: OOPIF: History navigations for new child frames. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Better DidStartLoading fix, disable restore test Created 5 years, 1 month 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/render_frame_host_impl.h
diff --git a/content/browser/frame_host/render_frame_host_impl.h b/content/browser/frame_host/render_frame_host_impl.h
index cbefae850313ac59da8225e933c4c9706532dd2d..04c475608ca72cfb6471b85d715c86846233d2b2 100644
--- a/content/browser/frame_host/render_frame_host_impl.h
+++ b/content/browser/frame_host/render_frame_host_impl.h
@@ -528,6 +528,7 @@ class CONTENT_EXPORT RenderFrameHostImpl
void OnDidCommitProvisionalLoad(const IPC::Message& msg);
void OnDidDropNavigation();
void OnUpdateState(const PageState& state);
+ void OnNavigateNewChildFrame(const std::string& unique_name);
void OnBeforeUnloadACK(
bool proceed,
const base::TimeTicks& renderer_before_unload_start_time,

Powered by Google App Engine
This is Rietveld 408576698