| Index: chrome/browser/extensions/process_management_browsertest.cc
|
| ===================================================================
|
| --- chrome/browser/extensions/process_management_browsertest.cc (revision 181040)
|
| +++ chrome/browser/extensions/process_management_browsertest.cc (working copy)
|
| @@ -30,7 +30,7 @@
|
| class ProcessManagementTest : public ExtensionBrowserTest {
|
| private:
|
| // This is needed for testing isolated apps, which are still experimental.
|
| - virtual void SetUpCommandLine(CommandLine* command_line) {
|
| + virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
|
| ExtensionBrowserTest::SetUpCommandLine(command_line);
|
| command_line->AppendSwitch(switches::kEnableExperimentalExtensionApis);
|
| }
|
|
|