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

Unified Diff: content/renderer/history_controller.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/public/common/frame_navigate_params.h ('k') | content/renderer/history_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/history_controller.h
diff --git a/content/renderer/history_controller.h b/content/renderer/history_controller.h
index 97969318aff16af20915eaa03c3f760d006bb9ef..1e72d8bfdb0a1ba57ef005d21c052eacbda7a3f7 100644
--- a/content/renderer/history_controller.h
+++ b/content/renderer/history_controller.h
@@ -109,9 +109,6 @@ class CONTENT_EXPORT HistoryController {
explicit HistoryController(RenderViewImpl* render_view);
~HistoryController();
- void GoToEntry(scoped_ptr<HistoryEntry> entry,
- blink::WebURLRequest::CachePolicy cache_policy);
-
void UpdateForCommit(RenderFrameImpl* frame,
const blink::WebHistoryItem& item,
blink::WebHistoryCommitType commit_type,
@@ -124,9 +121,6 @@ class CONTENT_EXPORT HistoryController {
private:
typedef std::vector<std::pair<blink::WebFrame*, blink::WebHistoryItem> >
HistoryFrameLoadVector;
- void RecursiveGoToEntry(blink::WebFrame* frame,
- HistoryFrameLoadVector& sameDocumentLoads,
- HistoryFrameLoadVector& differentDocumentLoads);
void UpdateForInitialLoadInChildFrame(RenderFrameImpl* frame,
const blink::WebHistoryItem& item);
« no previous file with comments | « content/public/common/frame_navigate_params.h ('k') | content/renderer/history_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698