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

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

Issue 1422333009: OOPIF: History navigations for new child frames. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Improve comment. Created 5 years 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
« no previous file with comments | « no previous file | content/browser/frame_host/navigation_controller_impl_browsertest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/frame_host/frame_navigation_entry.h
diff --git a/content/browser/frame_host/frame_navigation_entry.h b/content/browser/frame_host/frame_navigation_entry.h
index fcbdb047745aecb9ca559a5a1a9ec415064bf8f5..b9734cb66deb08725c01d0832fc4a48607e15d10 100644
--- a/content/browser/frame_host/frame_navigation_entry.h
+++ b/content/browser/frame_host/frame_navigation_entry.h
@@ -55,6 +55,9 @@ class CONTENT_EXPORT FrameNavigationEntry
// |frame_unique_name|, if we can move unique name computation to the browser
// process.
int frame_tree_node_id() const { return frame_tree_node_id_; }
+ void set_frame_tree_node_id(int frame_tree_node_id) {
+ frame_tree_node_id_ = frame_tree_node_id;
+ }
// The unique name of the frame this entry is for. This is a stable name for
// the frame based on its position in the tree and relation to other named
« no previous file with comments | « no previous file | content/browser/frame_host/navigation_controller_impl_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698