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

Unified Diff: Source/core/testing/DummyPageHolder.cpp

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/Page.cpp ('k') | Source/web/BackForwardClientImpl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/testing/DummyPageHolder.cpp
diff --git a/Source/core/testing/DummyPageHolder.cpp b/Source/core/testing/DummyPageHolder.cpp
index 336f24ce62dd3ce395e66b123ba4e66dbc5c492e..f61953152bba36220c73ce5ce7e3998c373cc998 100644
--- a/Source/core/testing/DummyPageHolder.cpp
+++ b/Source/core/testing/DummyPageHolder.cpp
@@ -60,7 +60,6 @@ DummyPageHolder::DummyPageHolder(
m_pageClients.editorClient = pageClients->editorClient;
m_pageClients.dragClient = pageClients->dragClient;
m_pageClients.inspectorClient = pageClients->inspectorClient;
- m_pageClients.backForwardClient = pageClients->backForwardClient;
m_pageClients.spellCheckerClient = pageClients->spellCheckerClient;
m_pageClients.storageClient = pageClients->storageClient;
}
« no previous file with comments | « Source/core/page/Page.cpp ('k') | Source/web/BackForwardClientImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698