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

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

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/editing/TextCheckingHelper.cpp ('k') | Source/core/history/BackForwardController.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/history/BackForwardController.h
diff --git a/Source/core/history/BackForwardController.h b/Source/core/history/BackForwardController.h
index d83610a3f9bc6abb246028c0ede937166dc3d2f2..61f49b850693b6540e87a5ee094294a069519318 100644
--- a/Source/core/history/BackForwardController.h
+++ b/Source/core/history/BackForwardController.h
@@ -46,7 +46,6 @@ public:
BackForwardClient* client() const { return m_client; }
- bool canGoBackOrForward(int distance) const;
void goBackOrForward(int distance);
bool goBack();
« no previous file with comments | « Source/core/editing/TextCheckingHelper.cpp ('k') | Source/core/history/BackForwardController.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698