summaryrefslogtreecommitdiffstats
path: root/chrome/common/metrics
diff options
context:
space:
mode:
authorisherman@chromium.org <isherman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-30 00:30:09 +0000
committerisherman@chromium.org <isherman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-30 00:30:09 +0000
commitcc5d7f4feebf230546893234449242d22eab524a (patch)
tree949304cf80c96671303ea52e9d476192c3e3ae72 /chrome/common/metrics
parentc78e1c59f9d09a34278b80cb2f180f31cd7782c2 (diff)
downloadchromium_src-cc5d7f4feebf230546893234449242d22eab524a.zip
chromium_src-cc5d7f4feebf230546893234449242d22eab524a.tar.gz
chromium_src-cc5d7f4feebf230546893234449242d22eab524a.tar.bz2
[UMA] Rename the misleadinglingly named "install_date" field in the UMA uploads.
Review URL: https://chromiumcodereview.appspot.com/11344022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@164792 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/metrics')
-rw-r--r--chrome/common/metrics/proto/system_profile.proto6
1 files changed, 4 insertions, 2 deletions
diff --git a/chrome/common/metrics/proto/system_profile.proto b/chrome/common/metrics/proto/system_profile.proto
index 420ec02..bf25865 100644
--- a/chrome/common/metrics/proto/system_profile.proto
+++ b/chrome/common/metrics/proto/system_profile.proto
@@ -50,8 +50,10 @@ message SystemProfileProto {
}
optional Channel channel = 10;
- // The date the user installed the browser, in seconds since the epoch.
- optional int64 install_date = 3;
+ // The date the user enabled UMA, in seconds since the epoch.
+ // If the user has toggled the UMA enabled state multiple times, this will
+ // be the most recent date on which UMA was enabled.
+ optional int64 uma_enabled_date = 3;
// The user's selected application locale, i.e. the user interface language.
// The locale includes a language code and, possibly, also a country code,