Index: content/common/pepper_plugin_registry.h |
=================================================================== |
--- content/common/pepper_plugin_registry.h (revision 101271) |
+++ content/common/pepper_plugin_registry.h (working copy) |
@@ -33,6 +33,9 @@ |
// True when this plugin should be run out of process. Defaults to false. |
bool is_out_of_process; |
+ // Whether the plugin is enabled. Defaults to true. |
+ bool enabled; |
+ |
FilePath path; // Internal plugins have "internal-[name]" as path. |
std::string name; |
std::string description; |
Property changes on: content/common/pepper_plugin_registry.h |
___________________________________________________________________ |
Added: svn:mergeinfo |