Index: content/public/common/content_switches.cc |
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc |
index d6e86f524717ed456457062892b2e23ae71a712e..35d71480fd44bc1228d55fb4006e985dc8f950ba 100644 |
--- a/content/public/common/content_switches.cc |
+++ b/content/public/common/content_switches.cc |
@@ -1012,7 +1012,7 @@ const char kTraceExportEventsToETW[] = "trace-export-events-to-etw"; |
#endif |
// Enables the use of NPAPI plugins. |
-const char kEnableNpapi[] = "enable-npapi"; |
+const char kEnableNpapiForTesting[] = "enable-npapi-for-testing"; |
// Don't dump stuff here, follow the same order as the header. |