| Index: chrome_frame/test/net/fake_external_tab.cc
|
| diff --git a/chrome_frame/test/net/fake_external_tab.cc b/chrome_frame/test/net/fake_external_tab.cc
|
| index 3922e96ff6746f01ab6cf88770d3eb2efd6c3831..bcc779261518a77e110d46a763c918445eb6f621 100644
|
| --- a/chrome_frame/test/net/fake_external_tab.cc
|
| +++ b/chrome_frame/test/net/fake_external_tab.cc
|
| @@ -523,6 +523,9 @@ void FakeExternalTab::Initialize() {
|
| ResourceBundle::InitSharedInstanceWithLocale("en-US", NULL);
|
|
|
| CommandLine* cmd = CommandLine::ForCurrentProcess();
|
| + // Disable Device Discovery with switch because this test does not respect
|
| + // BrowserContextKeyedBaseFactory::ServiceIsNULLWhileTesting.
|
| + cmd->AppendSwitch(switches::kDisableDeviceDiscoveryNotifications);
|
| cmd->AppendSwitch(switches::kDisableWebResources);
|
| cmd->AppendSwitch(switches::kSingleProcess);
|
|
|
|
|