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

Unified Diff: content/renderer/history_entry.h

Issue 281653003: DRAFT CL: Add FrameNavigationEntry and track subframe session histories. Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 5 years, 9 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
« no previous file with comments | « content/renderer/history_controller.cc ('k') | content/renderer/history_entry.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/history_entry.h
diff --git a/content/renderer/history_entry.h b/content/renderer/history_entry.h
index 62da86a4692b8c244aba3696cf4dfbf3b4e5f01d..b9c9a19c0694561e22d066647b2300f5d8094ed1 100644
--- a/content/renderer/history_entry.h
+++ b/content/renderer/history_entry.h
@@ -79,6 +79,11 @@ class CONTENT_EXPORT HistoryEntry {
blink::WebHistoryItem item_;
};
+ // TODO(creis): Temporary hack to update RenderFrame routing ID -> FSN map
+ // when RenderFrames swap to RenderFrameProxies and back. Remove when we
+ // don't need HistoryEntry anymore.
+ static void UpdateFrameMap(uint64_t old_routing_id, uint64_t new_routing_id);
+
HistoryEntry(const blink::WebHistoryItem& root, int64_t frame_id);
HistoryEntry();
~HistoryEntry();
« no previous file with comments | « content/renderer/history_controller.cc ('k') | content/renderer/history_entry.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698