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

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

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: content/public/common/content_switches.h
diff --git a/content/public/common/content_switches.h b/content/public/common/content_switches.h
index 80de1f09317a7a9f983fa19bbf078f4d92b14b7e..ca2439795116ea403c16c085d41fcff7431e8eec 100644
--- a/content/public/common/content_switches.h
+++ b/content/public/common/content_switches.h
@@ -299,7 +299,7 @@ CONTENT_EXPORT extern const char kFontCacheSharedHandle[];
CONTENT_EXPORT extern const char kTraceExportEventsToETW[];
#endif
-CONTENT_EXPORT extern const char kEnableNpapi[];
+CONTENT_EXPORT extern const char kEnableNpapiForTesting[];
jam 2015/05/28 19:22:38 i think you should just take this out now
// DON'T ADD RANDOM STUFF HERE. Put it in the main section above in
// alphabetical order, or in one of the ifdefs (also in order in each section).

Powered by Google App Engine
This is Rietveld 408576698