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

Unified Diff: content/public/common/pepper_plugin_info.cc

Issue 2434103005: Do not replace up-to-date System Flash with Component Flash. (Closed)
Patch Set: Through #10 Created 4 years, 2 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 | « content/public/common/pepper_plugin_info.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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) {
}
« no previous file with comments | « content/public/common/pepper_plugin_info.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698