summaryrefslogtreecommitdiffstats
path: root/chrome_frame
diff options
context:
space:
mode:
authorananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-12-06 18:41:22 +0000
committerananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-12-06 18:41:22 +0000
commitc90def171223173fc6d679352150368ebf260af2 (patch)
tree48033c118c0e1977647d42c4471c38823e16f746 /chrome_frame
parent3c2555466e60bc29cdc41cf6c4bba8386eac82e7 (diff)
downloadchromium_src-c90def171223173fc6d679352150368ebf260af2.zip
chromium_src-c90def171223173fc6d679352150368ebf260af2.tar.gz
chromium_src-c90def171223173fc6d679352150368ebf260af2.tar.bz2
Removed code which was added only for debugging.
TBR=amit BUG=none TEST=none Review URL: http://codereview.chromium.org/5515005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@68359 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_frame')
-rw-r--r--chrome_frame/metrics_service.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome_frame/metrics_service.cc b/chrome_frame/metrics_service.cc
index aa05b28..cb1b11a 100644
--- a/chrome_frame/metrics_service.cc
+++ b/chrome_frame/metrics_service.cc
@@ -380,7 +380,6 @@ void MetricsService::InitializeMetricsState() {
thread_ = PlatformThread::CurrentId();
user_permits_upload_ = GoogleUpdateSettings::GetCollectStatsConsent();
- user_permits_upload_ = true;
// Update session ID
session_id_ = CrashMetricsReporter::GetInstance()->IncrementMetric(
CrashMetricsReporter::SESSION_ID);