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

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

Issue 669013002: Remove BackForwardClient, cleanup starting a history navigation (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 2 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
Index: Source/core/page/Page.cpp
diff --git a/Source/core/page/Page.cpp b/Source/core/page/Page.cpp
index 923f868fffcb94b927676de04efdb0d15eea84eb..11feee4591b6abd9cb82607fe7101ccb0cdd11b7 100644
--- a/Source/core/page/Page.cpp
+++ b/Source/core/page/Page.cpp
@@ -124,7 +124,6 @@ Page::Page(PageClients& pageClients)
, m_pointerLockController(PointerLockController::create(this))
, m_undoStack(UndoStack::create())
, m_mainFrame(nullptr)
- , m_backForwardClient(pageClients.backForwardClient)
, m_editorClient(pageClients.editorClient)
, m_spellCheckerClient(pageClients.spellCheckerClient)
, m_storageClient(pageClients.storageClient)
@@ -652,7 +651,6 @@ Page::PageClients::PageClients()
, editorClient(0)
, dragClient(0)
, inspectorClient(0)
- , backForwardClient(0)
, spellCheckerClient(0)
, storageClient(0)
{

Powered by Google App Engine
This is Rietveld 408576698