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

Unified Diff: Source/core/loader/EmptyClients.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/inspector/InspectorController.cpp ('k') | Source/core/loader/FrameLoaderClient.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/loader/EmptyClients.h
diff --git a/Source/core/loader/EmptyClients.h b/Source/core/loader/EmptyClients.h
index f0205f1f5523cb4e932c52c354af99207ce999e4..b8b14049a4aa52dc3da3426fbeaced5a59701878 100644
--- a/Source/core/loader/EmptyClients.h
+++ b/Source/core/loader/EmptyClients.h
@@ -247,7 +247,6 @@ public:
virtual bool shouldFallBack(const ResourceError&) OVERRIDE { return false; }
- virtual bool canHandleRequest(const ResourceRequest&) const OVERRIDE { return false; }
virtual bool canShowMIMEType(const String&) const OVERRIDE { return false; }
virtual String generatedMIMETypeForURLScheme(const String&) const OVERRIDE { return ""; }
« no previous file with comments | « Source/core/inspector/InspectorController.cpp ('k') | Source/core/loader/FrameLoaderClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698