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

Unified Diff: content/public/common/content_switches.h

Issue 645203002: Block NPAPI plugins by default (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: reorder initializers for clang Created 6 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
Index: content/public/common/content_switches.h
diff --git a/content/public/common/content_switches.h b/content/public/common/content_switches.h
index a3b66a93c69455f7ab6b745fd1c4531f07938bb3..d10f6a6ea1cc6daf95a598f5a961c8c4e7fde9cb 100644
--- a/content/public/common/content_switches.h
+++ b/content/public/common/content_switches.h
@@ -287,6 +287,10 @@ CONTENT_EXPORT extern const char kDisableLegacyIntermediateWindow[];
CONTENT_EXPORT extern const char kEnableWin32kRendererLockDown[];
#endif
+#if defined(OS_WIN) || defined(OS_MACOSX)
+CONTENT_EXPORT extern const char kEnableNpapi[];
+#endif
+
#if defined(ENABLE_PLUGINS)
CONTENT_EXPORT extern const char kEnablePluginPowerSaver[];
#endif

Powered by Google App Engine
This is Rietveld 408576698