Index: content/public/common/pepper_plugin_info.cc |
diff --git a/content/public/common/pepper_plugin_info.cc b/content/public/common/pepper_plugin_info.cc |
index 5c909afc71ec0eed53f8b6a8c1e0e34ec7856210..f0678f6b706a917ae5de21fc879f42ece3781a50 100644 |
--- a/content/public/common/pepper_plugin_info.cc |
+++ b/content/public/common/pepper_plugin_info.cc |
@@ -18,10 +18,7 @@ PepperPluginInfo::EntryPoints::EntryPoints() |
PepperPluginInfo::PepperPluginInfo() |
: is_internal(false), |
is_out_of_process(false), |
- is_debug(false), |
- is_on_local_drive(true), |
is_external(false), |
- is_bundled(false), |
permissions(0) { |
} |