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

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

Issue 1867833003: Prefer System Flash over non-local component updated Flash. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix mac Created 4 years, 8 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 03f83fd0e60336eb0189916afe86d451d635e64b..5c909afc71ec0eed53f8b6a8c1e0e34ec7856210 100644
--- a/content/public/common/pepper_plugin_info.cc
+++ b/content/public/common/pepper_plugin_info.cc
@@ -5,6 +5,7 @@
#include "content/public/common/pepper_plugin_info.h"
#include "base/strings/utf_string_conversions.h"
+#include "base/version.h"
namespace content {
@@ -18,6 +19,9 @@ 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