diff options
author | asharif@chromium.org <asharif@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-09-13 18:40:00 +0000 |
---|---|---|
committer | asharif@chromium.org <asharif@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-09-13 18:40:00 +0000 |
commit | 8df7132c9787f5f53ccf572f048e0f2e27f0bbfa (patch) | |
tree | 406b4acc8b473d18d3e2a7fd09461313b5a22eb1 /chrome/chrome_browser.gypi | |
parent | 9d2cb66d8e8ee05f1167f0ca4f61a8b379043c93 (diff) | |
download | chromium_src-8df7132c9787f5f53ccf572f048e0f2e27f0bbfa.zip chromium_src-8df7132c9787f5f53ccf572f048e0f2e27f0bbfa.tar.gz chromium_src-8df7132c9787f5f53ccf572f048e0f2e27f0bbfa.tar.bz2 |
metrics: remove the gzipped protobufs field trial.
This change makes compressing metrics protobufs before uploading the default.
From our field trial we noticed that compressed protobufs are on average 44% the
size of the uncompressed protobufs.
BUG=245300
TEST=Built chrome browser. Ensure it can send UMA data.
Review URL: https://chromiumcodereview.appspot.com/23684053
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@223093 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_browser.gypi')
-rw-r--r-- | chrome/chrome_browser.gypi | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi index 2a3ca0d..5eef42c 100644 --- a/chrome/chrome_browser.gypi +++ b/chrome/chrome_browser.gypi @@ -1112,8 +1112,6 @@ 'browser/metrics/compression_utils.h', 'browser/metrics/field_trial_synchronizer.cc', 'browser/metrics/field_trial_synchronizer.h', - 'browser/metrics/gzipped_protobufs_field_trial.cc', - 'browser/metrics/gzipped_protobufs_field_trial.h', 'browser/metrics/metric_event_duration_details.h', 'browser/metrics/metrics_log.cc', 'browser/metrics/metrics_log.h', |