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

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

Issue 429603002: PlzNavigate: Add a static CommitNavigation method in FrameTreeNode (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 5 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/frame_tree_node.h
diff --git a/content/browser/frame_host/frame_tree_node.h b/content/browser/frame_host/frame_tree_node.h
index 3b5e6acb6b34ac4cf0955d2e1dc8c1993a489eaf..93a9f30c2f439af9e70904fe3cfa30e63e18fc00 100644
--- a/content/browser/frame_host/frame_tree_node.h
+++ b/content/browser/frame_host/frame_tree_node.h
@@ -21,6 +21,7 @@ namespace content {
class FrameTree;
class Navigator;
class RenderFrameHostImpl;
+struct NavigationCommitInfo;
// When a page contains iframes, its renderer process maintains a tree structure
// of those frames. We are mirroring this tree in the browser process. This
@@ -28,6 +29,9 @@ class RenderFrameHostImpl;
// are frame-specific (as opposed to page-specific).
class CONTENT_EXPORT FrameTreeNode {
public:
+ // Commits a navigation for this node (in browser-driven navigation).
nasko 2014/07/30 08:36:16 nit: Let's make sure this is updated once we agree
clamy 2014/08/12 13:41:47 Done.
+ static void CommitNavigationInNode(int64 frame_tree_node_id,
+ const NavigationCommitInfo& info);
FrameTreeNode(FrameTree* frame_tree,
Navigator* navigator,
« no previous file with comments | « no previous file | content/browser/frame_host/frame_tree_node.cc » ('j') | content/browser/frame_host/frame_tree_node.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698