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

Unified Diff: Source/core/page/Page.h

Issue 669013002: Remove BackForwardClient, cleanup starting a history navigation (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 6 years, 1 month 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 | « Source/core/page/EventHandler.cpp ('k') | Source/core/page/Page.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/page/Page.h
diff --git a/Source/core/page/Page.h b/Source/core/page/Page.h
index 094ea5a8862c84129eb66e9802b63920ed3469c7..a2e9005934d196a70c30d7209d312ba792c2be8e 100644
--- a/Source/core/page/Page.h
+++ b/Source/core/page/Page.h
@@ -40,7 +40,6 @@
namespace blink {
class AutoscrollController;
-class BackForwardClient;
class Chrome;
class ChromeClient;
class ClientRectList;
@@ -90,7 +89,6 @@ public:
EditorClient* editorClient;
DragClient* dragClient;
InspectorClient* inspectorClient;
- BackForwardClient* backForwardClient;
SpellCheckerClient* spellCheckerClient;
StorageClient* storageClient;
};
@@ -152,7 +150,6 @@ public:
PassRefPtrWillBeRawPtr<ClientRectList> nonFastScrollableRects(const LocalFrame*);
Settings& settings() const { return *m_settings; }
- BackForwardClient& backForward() const { return *m_backForwardClient; }
UseCounter& useCounter() { return m_useCounter; }
@@ -253,7 +250,6 @@ private:
mutable RefPtr<PluginData> m_pluginData;
- BackForwardClient* m_backForwardClient;
EditorClient* const m_editorClient;
SpellCheckerClient* const m_spellCheckerClient;
StorageClient* m_storageClient;
« no previous file with comments | « Source/core/page/EventHandler.cpp ('k') | Source/core/page/Page.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698