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

Unified Diff: content/renderer/history_controller.h

Issue 266013002: Remove HistoryController::GetPreviousEntry. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase; remove browser half of quirk. Created 6 years, 7 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/test/render_view_test.cc ('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 730ae439c588301a3ce6f17c165eab8d80e3d3d3..97969318aff16af20915eaa03c3f760d006bb9ef 100644
--- a/content/renderer/history_controller.h
+++ b/content/renderer/history_controller.h
@@ -118,7 +118,6 @@ class CONTENT_EXPORT HistoryController {
bool navigation_within_page);
HistoryEntry* GetCurrentEntry();
- HistoryEntry* GetPreviousEntry();
blink::WebHistoryItem GetItemForNewChildFrame(RenderFrameImpl* frame) const;
void RemoveChildrenForRedirect(RenderFrameImpl* frame);
@@ -138,7 +137,6 @@ class CONTENT_EXPORT HistoryController {
RenderViewImpl* render_view_;
scoped_ptr<HistoryEntry> current_entry_;
- scoped_ptr<HistoryEntry> previous_entry_;
scoped_ptr<HistoryEntry> provisional_entry_;
DISALLOW_COPY_AND_ASSIGN(HistoryController);
« no previous file with comments | « content/public/test/render_view_test.cc ('k') | content/renderer/history_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698