| 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 a4ec66434982feb60279ca7feec9f4b1c3baa364..12e33cf1a233eab26d24d1dda9eef45b9d1e1146 100644
|
| --- a/content/shell/app/shell_main_delegate.cc
|
| +++ b/content/shell/app/shell_main_delegate.cc
|
| @@ -191,6 +191,9 @@ bool ShellMainDelegate::BasicStartupComplete(int* exit_code) {
|
| command_line.AppendSwitchASCII(switches::kHostResolverRules,
|
| "MAP *.test 127.0.0.1");
|
|
|
| + // TODO(wfh): crbug.com/295137 Remove this when NPAPI is gone.
|
| + command_line.AppendSwitch(switches::kEnableNpapi);
|
| +
|
| // 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.
|
| #if !defined(OS_ANDROID)
|
|
|