summaryrefslogtreecommitdiffstats
path: root/chrome_frame/chrome_frame_automation.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome_frame/chrome_frame_automation.cc')
-rw-r--r--chrome_frame/chrome_frame_automation.cc6
1 files changed, 0 insertions, 6 deletions
diff --git a/chrome_frame/chrome_frame_automation.cc b/chrome_frame/chrome_frame_automation.cc
index 7f88498..482fb2b 100644
--- a/chrome_frame/chrome_frame_automation.cc
+++ b/chrome_frame/chrome_frame_automation.cc
@@ -236,12 +236,6 @@ void ProxyFactory::CreateProxy(ProxyFactory::ProxyCacheEntry* entry,
command_line->AppendSwitchWithValue(switches::kAutomationClientChannelID,
ASCIIToWide(proxy->channel_id()));
- // The metrics bug out because they attempt to use URLFetcher with a
- // null URLRequestContext::default_request_context_. Turn them off for now.
- // TODO(robertshield): Figure out why this is. It appears to have something
- // to do with an improperly set up profile...
- command_line->AppendSwitch(switches::kDisableMetrics);
-
// Run Chrome in Chrome Frame mode. In practice, this modifies the paths
// and registry keys that Chrome looks in via the BrowserDistribution
// mechanism.