summaryrefslogtreecommitdiffstats
path: root/chrome_frame/chrome_frame_automation.cc
diff options
context:
space:
mode:
authorjar@chromium.org <jar@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-12-23 17:42:41 +0000
committerjar@chromium.org <jar@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-12-23 17:42:41 +0000
commit5ed7d45777c6cdaf0e3adc3792939c0b39955f1b (patch)
tree3f547e2952b3b05e483399798d5f99a1b14f011d /chrome_frame/chrome_frame_automation.cc
parent4f7251df426d5c347e57f1febee0a7943545db98 (diff)
downloadchromium_src-5ed7d45777c6cdaf0e3adc3792939c0b39955f1b.zip
chromium_src-5ed7d45777c6cdaf0e3adc3792939c0b39955f1b.tar.gz
chromium_src-5ed7d45777c6cdaf0e3adc3792939c0b39955f1b.tar.bz2
Enable UMA data upload in ChromeFrame
BUG=30508 r=ananta Review URL: http://codereview.chromium.org/502019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35223 0039d316-1c4b-4281-b951-d872f2087c98
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.