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

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: Address comment from kenrb@ Created 6 years, 3 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 7b06cbcee47f0a446fc90eaf1459d4be39ad84ac..c8792c1d39bd1ea74b9928ded754e93a77d8f542 100644
--- a/chrome/renderer/chrome_content_renderer_client.h
+++ b/chrome/renderer/chrome_content_renderer_client.h
@@ -31,6 +31,7 @@ class SpellCheckProvider;
struct ChromeViewHostMsg_GetPluginInfo_Output;
namespace content {
+class BrowserPluginDelegate;
struct WebPluginInfo;
}
@@ -139,6 +140,9 @@ 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(
+ content::RenderFrame* render_frame,
+ const std::string& mime_type) OVERRIDE;
// Takes ownership.
void SetExtensionDispatcherForTest(
« no previous file with comments | « chrome/renderer/browser_plugin/chrome_browser_plugin_delegate.cc ('k') | chrome/renderer/chrome_content_renderer_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698