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

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

Issue 1862513003: Remove NPAPI from browser and utility (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase 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/webplugininfo.h ('k') | content/shell/app/blink_test_platform_support_mac.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/common/webplugininfo.cc
diff --git a/content/public/common/webplugininfo.cc b/content/public/common/webplugininfo.cc
index 6546afd1f5b6ef222b9bc7333f81441006904409..39c02c6cd2148a86179a34e1994926d4625034d6 100644
--- a/content/public/common/webplugininfo.cc
+++ b/content/public/common/webplugininfo.cc
@@ -32,7 +32,7 @@ WebPluginMimeType::WebPluginMimeType(const WebPluginMimeType& other) = default;
WebPluginMimeType::~WebPluginMimeType() {}
WebPluginInfo::WebPluginInfo()
- : type(PLUGIN_TYPE_NPAPI),
+ : type(PLUGIN_TYPE_PEPPER_OUT_OF_PROCESS),
pepper_permissions(0) {
}
@@ -68,7 +68,7 @@ WebPluginInfo::WebPluginInfo(const base::string16& fake_name,
version(fake_version),
desc(fake_desc),
mime_types(),
- type(PLUGIN_TYPE_NPAPI),
+ type(PLUGIN_TYPE_PEPPER_OUT_OF_PROCESS),
pepper_permissions(0) {
}
« no previous file with comments | « content/public/common/webplugininfo.h ('k') | content/shell/app/blink_test_platform_support_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698