| Index: chrome/browser/extensions/app_notification_browsertest.cc
|
| diff --git a/chrome/browser/extensions/app_notification_browsertest.cc b/chrome/browser/extensions/app_notification_browsertest.cc
|
| index 899d743604cef43a4b05007b8207c40061bd5b7b..0ce8c37a13cae132f51a3fe1853cb9d8dcea8aba 100644
|
| --- a/chrome/browser/extensions/app_notification_browsertest.cc
|
| +++ b/chrome/browser/extensions/app_notification_browsertest.cc
|
| @@ -15,14 +15,7 @@
|
|
|
| using content::BrowserThread;
|
|
|
| -class AppNotificationTest : public ExtensionBrowserTest {
|
| - public:
|
| - void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
|
| - ExtensionBrowserTest::SetUpCommandLine(command_line);
|
| - command_line->AppendSwitch(
|
| - switches::kEnableExperimentalExtensionApis);
|
| - }
|
| -};
|
| +class AppNotificationTest : public ExtensionBrowserTest {};
|
|
|
| namespace {
|
|
|
|
|