summaryrefslogtreecommitdiffstats
path: root/chrome_frame
diff options
context:
space:
mode:
authorteravest@chromium.org <teravest@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-09-18 17:20:40 +0000
committerteravest@chromium.org <teravest@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-09-18 17:20:40 +0000
commit9bd7ecb61489be7a18dbfc15a4bd9dae5e1c7512 (patch)
tree53d25a053c15810fd85d240406f5bcc5640fb291 /chrome_frame
parente7d4423279e81004e931f4f0d4aaf17679754b2d (diff)
downloadchromium_src-9bd7ecb61489be7a18dbfc15a4bd9dae5e1c7512.zip
chromium_src-9bd7ecb61489be7a18dbfc15a4bd9dae5e1c7512.tar.gz
chromium_src-9bd7ecb61489be7a18dbfc15a4bd9dae5e1c7512.tar.bz2
Revert "Enable device discovery notifications."
This reverts commit 15e19ede41054676329caafa49f0b29065e5f1e3. This commit is being reverted since it causes a significant increase in memory usage. TBR=vitalybuka BUG=292754 Review URL: https://codereview.chromium.org/23536066 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@223894 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_frame')
-rw-r--r--chrome_frame/test/net/fake_external_tab.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/chrome_frame/test/net/fake_external_tab.cc b/chrome_frame/test/net/fake_external_tab.cc
index bcc7792..3922e96 100644
--- a/chrome_frame/test/net/fake_external_tab.cc
+++ b/chrome_frame/test/net/fake_external_tab.cc
@@ -523,9 +523,6 @@ 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);