summaryrefslogtreecommitdiffstats
path: root/content/public/common/pepper_plugin_info.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/public/common/pepper_plugin_info.h')
-rw-r--r--content/public/common/pepper_plugin_info.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/content/public/common/pepper_plugin_info.h b/content/public/common/pepper_plugin_info.h
index 01c8c23..f17cb30 100644
--- a/content/public/common/pepper_plugin_info.h
+++ b/content/public/common/pepper_plugin_info.h
@@ -31,6 +31,10 @@ struct CONTENT_EXPORT PepperPluginInfo {
// True when this plugin should be run out of process. Defaults to false.
bool is_out_of_process;
+ // True when an out-of-process plugin should also be run within sandbox.
+ // Defaults to true.
+ bool is_sandboxed;
+
FilePath path; // Internal plugins have "internal-[name]" as path.
std::string name;
std::string description;