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

Unified Diff: content/browser/plugin_service_impl.h

Issue 23828007: Check whether the Pepper CDM is available before adding the key system. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Changed to check for Pepper plugins only and not use PluginList; added tests Created 7 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: content/browser/plugin_service_impl.h
diff --git a/content/browser/plugin_service_impl.h b/content/browser/plugin_service_impl.h
index 11fb257e99b4a5c50a8db84d95c0bc9675426961..868cf1539c4b6bab57d6625c3b4121a145480f5e 100644
--- a/content/browser/plugin_service_impl.h
+++ b/content/browser/plugin_service_impl.h
@@ -96,6 +96,8 @@ class CONTENT_EXPORT PluginServiceImpl
virtual void GetPlugins(const GetPluginsCallback& callback) OVERRIDE;
virtual PepperPluginInfo* GetRegisteredPpapiPluginInfo(
const base::FilePath& plugin_path) OVERRIDE;
+ virtual bool IsPepperPluginRegisteredForMimeType(
+ const std::string& mime_type) OVERRIDE;
virtual void SetFilter(PluginServiceFilter* filter) OVERRIDE;
virtual PluginServiceFilter* GetFilter() OVERRIDE;
virtual void ForcePluginShutdown(const base::FilePath& plugin_path) OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698