| Index: chrome/browser/extensions/extension_disabled_ui_browsertest.cc
|
| ===================================================================
|
| --- chrome/browser/extensions/extension_disabled_ui_browsertest.cc (revision 181040)
|
| +++ chrome/browser/extensions/extension_disabled_ui_browsertest.cc (working copy)
|
| @@ -23,13 +23,13 @@
|
|
|
| class ExtensionDisabledGlobalErrorTest : public ExtensionBrowserTest {
|
| protected:
|
| - void SetUpCommandLine(CommandLine* command_line) {
|
| + virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
|
| ExtensionBrowserTest::SetUpCommandLine(command_line);
|
| command_line->AppendSwitchASCII(switches::kAppsGalleryUpdateURL,
|
| "http://localhost/autoupdate/updates.xml");
|
| }
|
|
|
| - void SetUpOnMainThread() {
|
| + virtual void SetUpOnMainThread() OVERRIDE {
|
| EXPECT_TRUE(scoped_temp_dir_.CreateUniqueTempDir());
|
| service_ = browser()->profile()->GetExtensionService();
|
| FilePath pem_path = test_data_dir_.
|
|
|