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

Unified Diff: chrome/renderer/chrome_content_renderer_client.h

Issue 376033002: Adding MimeHandlerView. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@pending-zork-patch2
Patch Set: add (c) header Created 6 years, 4 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: chrome/renderer/chrome_content_renderer_client.h
diff --git a/chrome/renderer/chrome_content_renderer_client.h b/chrome/renderer/chrome_content_renderer_client.h
index 748c7df5e8cd4917a19a31dc6e759fe8a987c2d8..a71190168012f9ee254a3451c78822c025718093 100644
--- a/chrome/renderer/chrome_content_renderer_client.h
+++ b/chrome/renderer/chrome_content_renderer_client.h
@@ -28,6 +28,7 @@ class SpellCheckProvider;
struct ChromeViewHostMsg_GetPluginInfo_Output;
namespace content {
+class BrowserPluginDelegate;
struct WebPluginInfo;
}
@@ -136,6 +137,8 @@ class ChromeContentRendererClient : public content::ContentRendererClient {
virtual bool IsPluginAllowedToUseDevChannelAPIs() OVERRIDE;
virtual bool IsPluginAllowedToUseCompositorAPI(const GURL& url) OVERRIDE;
virtual bool IsPluginAllowedToUseVideoDecodeAPI(const GURL& url) OVERRIDE;
+ virtual content::BrowserPluginDelegate* CreateBrowserPluginDelegate(
+ int routing_id, const std::string& mime_type) OVERRIDE;
// Takes ownership.
void SetExtensionDispatcherForTest(

Powered by Google App Engine
This is Rietveld 408576698