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

Unified Diff: content/public/renderer/content_renderer_client.h

Issue 17447011: Shuffle media-related WebMimeRegistry code from webkit/ to content/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: forgot some diffs Created 7 years, 6 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 | « no previous file | content/public/renderer/content_renderer_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/renderer/content_renderer_client.h
diff --git a/content/public/renderer/content_renderer_client.h b/content/public/renderer/content_renderer_client.h
index 31dd79161698a8dcdeb96f2d74da0fe94086851e..b7984cefda9e15d1d7c48fcf83f563d00152a32e 100644
--- a/content/public/renderer/content_renderer_client.h
+++ b/content/public/renderer/content_renderer_client.h
@@ -32,7 +32,6 @@ class WebHyphenator;
class WebMediaPlayerClient;
class WebMediaStreamCenter;
class WebMediaStreamCenterClient;
-class WebMimeRegistry;
class WebPlugin;
class WebPluginContainer;
class WebPrescientNetworking;
@@ -149,10 +148,6 @@ class CONTENT_EXPORT ContentRendererClient {
// returns NULL the content layer will handle clipboard interactions.
virtual WebKit::WebClipboard* OverrideWebClipboard();
- // Allows the embedder to override the WebKit::WebMimeRegistry used. If it
- // returns NULL the content layer will provide its own mime registry.
- virtual WebKit::WebMimeRegistry* OverrideWebMimeRegistry();
-
// Allows the embedder to override the WebKit::WebHyphenator used. If it
// returns NULL the content layer will handle hyphenation.
virtual WebKit::WebHyphenator* OverrideWebHyphenator();
« no previous file with comments | « no previous file | content/public/renderer/content_renderer_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698