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

Unified Diff: chrome/browser/about_flags.cc

Issue 1158423003: Disable NPAPI support (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove enterprise policy override based on revert of 26d09db Created 5 years, 7 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: chrome/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index 89cb02161f18d2eed490026db7693d60a1634f93..656ad286501be002f22c3a4f9fed41553c3fa32c 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -600,15 +600,6 @@ const Experiment kExperiments[] = {
kOsAll,
SINGLE_VALUE_TYPE(switches::kDisableExperimentalWebGL)
},
-#if defined(OS_WIN) || defined(OS_MACOSX)
- {
- "enable-npapi",
- IDS_FLAGS_ENABLE_NPAPI_NAME,
- IDS_FLAGS_ENABLE_NPAPI_DESCRIPTION,
- kOsWin | kOsMac,
- SINGLE_VALUE_TYPE(switches::kEnableNpapi)
- },
-#endif
{
"disable-webrtc",
IDS_FLAGS_DISABLE_WEBRTC_NAME,

Powered by Google App Engine
This is Rietveld 408576698