Index: content/public/common/pepper_plugin_info.h |
diff --git a/content/public/common/pepper_plugin_info.h b/content/public/common/pepper_plugin_info.h |
index bb1d9de61279930ba610cb253491c839253fbc46..0c202f94fcb047dc53d21f906cdcf4066d38a62f 100644 |
--- a/content/public/common/pepper_plugin_info.h |
+++ b/content/public/common/pepper_plugin_info.h |
@@ -48,10 +48,6 @@ 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; |
- |
base::FilePath path; // Internal plugins have "internal-[name]" as path. |
std::string name; |
std::string description; |