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

Unified Diff: third_party/WebKit/public/platform/WebMimeRegistry.h

Issue 1476763004: Remove unused code from WebMimeRegistry. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove implementations Created 5 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 | « content/renderer/renderer_blink_platform_impl.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/platform/WebMimeRegistry.h
diff --git a/third_party/WebKit/public/platform/WebMimeRegistry.h b/third_party/WebKit/public/platform/WebMimeRegistry.h
index 0574d4344c0f6c9fdd85b8804a171a949660cfe7..bbd84e316f05d060304d53ddfbd7304bf934af82 100644
--- a/third_party/WebKit/public/platform/WebMimeRegistry.h
+++ b/third_party/WebKit/public/platform/WebMimeRegistry.h
@@ -31,8 +31,6 @@
#ifndef WebMimeRegistry_h
#define WebMimeRegistry_h
-#include "WebCommon.h"
-
namespace blink {
class WebString;
@@ -53,7 +51,6 @@ public:
virtual WebString mimeTypeForExtension(const WebString& fileExtension) = 0;
virtual WebString wellKnownMimeTypeForExtension(const WebString& fileExtension) = 0;
- virtual WebString mimeTypeFromFile(const WebString& filePath) = 0;
protected:
~WebMimeRegistry() { }
« no previous file with comments | « content/renderer/renderer_blink_platform_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698