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

Unified Diff: content/ppapi_plugin/ppapi_blink_platform_impl.h

Issue 2444873002: Move WebMIMERegistry impl from //content to blink:platform/network/mime (Closed)
Patch Set: remove indirection Created 4 years, 2 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
Index: content/ppapi_plugin/ppapi_blink_platform_impl.h
diff --git a/content/ppapi_plugin/ppapi_blink_platform_impl.h b/content/ppapi_plugin/ppapi_blink_platform_impl.h
index dc1c78675a96f0f809f33a6b95c9e83fef4a291c..9c2ba25e3dc93478c9e95e90299eed823d868ffc 100644
--- a/content/ppapi_plugin/ppapi_blink_platform_impl.h
+++ b/content/ppapi_plugin/ppapi_blink_platform_impl.h
@@ -26,7 +26,6 @@ class PpapiBlinkPlatformImpl : public BlinkPlatformImpl {
// BlinkPlatformImpl methods:
blink::WebThread* currentThread() override;
blink::WebClipboard* clipboard() override;
- blink::WebMimeRegistry* mimeRegistry() override;
blink::WebFileUtilities* fileUtilities() override;
blink::WebSandboxSupport* sandboxSupport() override;
virtual bool sandboxEnabled();

Powered by Google App Engine
This is Rietveld 408576698