Index: content/shell/app/shell_main_delegate.cc |
diff --git a/content/shell/app/shell_main_delegate.cc b/content/shell/app/shell_main_delegate.cc |
index f62d032dac20f8964f7299f954d8dbe3ad9abbd3..42fb38228f1354b4b064f4866776e87f341404b2 100644 |
--- a/content/shell/app/shell_main_delegate.cc |
+++ b/content/shell/app/shell_main_delegate.cc |
@@ -203,7 +203,7 @@ bool ShellMainDelegate::BasicStartupComplete(int* exit_code) { |
"MAP *.test 127.0.0.1"); |
// TODO(wfh): crbug.com/295137 Remove this when NPAPI is gone. |
- command_line.AppendSwitch(switches::kEnableNpapi); |
+ command_line.AppendSwitch(switches::kEnableNpapiForTesting); |
// Unless/until WebM files are added to the media layout tests, we need to |
// avoid removing MP4/H264/AAC so that layout tests can run on Android. |