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

Unified Diff: Source/core/history/BackForwardController.cpp

Issue 15179002: Remove code that is unused after ContextMenu cleanup (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Remove canHandleRequest code from DRT Created 7 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 | « Source/core/history/BackForwardController.h ('k') | Source/core/inspector/InspectorController.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/history/BackForwardController.cpp
diff --git a/Source/core/history/BackForwardController.cpp b/Source/core/history/BackForwardController.cpp
index e2892f7f426d9d42edad0ee15b99931a2911131b..443a02c944b037c3a6162d92bd2e5c6bbda7c5b9 100644
--- a/Source/core/history/BackForwardController.cpp
+++ b/Source/core/history/BackForwardController.cpp
@@ -48,11 +48,6 @@ PassOwnPtr<BackForwardController> BackForwardController::create(Page* page, Back
return adoptPtr(new BackForwardController(page, client));
}
-bool BackForwardController::canGoBackOrForward(int distance) const
-{
- return m_page->canGoBackOrForward(distance);
-}
-
void BackForwardController::goBackOrForward(int distance)
{
m_page->goBackOrForward(distance);
« no previous file with comments | « Source/core/history/BackForwardController.h ('k') | Source/core/inspector/InspectorController.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698