| 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);
|
|
|