Index: chrome/browser/extensions/window_open_apitest.cc |
=================================================================== |
--- chrome/browser/extensions/window_open_apitest.cc (revision 181040) |
+++ chrome/browser/extensions/window_open_apitest.cc (working copy) |
@@ -189,7 +189,7 @@ |
} |
class WindowOpenPanelDisabledTest : public ExtensionApiTest { |
- virtual void SetUpCommandLine(CommandLine* command_line) { |
+ virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { |
ExtensionApiTest::SetUpCommandLine(command_line); |
// TODO(jennb): Re-enable when panels are enabled by default. |
// command_line->AppendSwitch(switches::kDisablePanels); |
@@ -202,7 +202,7 @@ |
} |
class WindowOpenPanelTest : public ExtensionApiTest { |
- virtual void SetUpCommandLine(CommandLine* command_line) { |
+ virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { |
ExtensionApiTest::SetUpCommandLine(command_line); |
command_line->AppendSwitch(switches::kEnablePanels); |
} |