| Index: chrome/browser/extensions/platform_app_browsertest_util.cc
|
| diff --git a/chrome/browser/extensions/platform_app_browsertest_util.cc b/chrome/browser/extensions/platform_app_browsertest_util.cc
|
| index 9883088aa5ced3afa9c7212037e280ab0e4b77df..4611c0ac5ef50c1bcdc6a6294b6c05cebcc86b69 100644
|
| --- a/chrome/browser/extensions/platform_app_browsertest_util.cc
|
| +++ b/chrome/browser/extensions/platform_app_browsertest_util.cc
|
| @@ -152,4 +152,10 @@ void PlatformAppBrowserTest::CloseShellWindow(ShellWindow* window) {
|
| destroyed_observer.Wait();
|
| }
|
|
|
| +void ExperimentalPlatformAppBrowserTest::SetUpCommandLine(
|
| + CommandLine* command_line) {
|
| + PlatformAppBrowserTest::SetUpCommandLine(command_line);
|
| + command_line->AppendSwitch(switches::kEnableExperimentalExtensionApis);
|
| +}
|
| +
|
| } // namespace extensions
|
|
|