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

Unified Diff: content/common/pepper_plugin_registry.h

Issue 7901015: Revert 101269 - Store plug-in enabled/disabled state in PluginPrefs instead of WebPluginInfo, to ... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 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
« no previous file with comments | « chrome/renderer/chrome_content_renderer_client.cc ('k') | content/common/pepper_plugin_registry.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « chrome/renderer/chrome_content_renderer_client.cc ('k') | content/common/pepper_plugin_registry.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698