summaryrefslogtreecommitdiffstats
path: root/chrome/common/pref_names.cc
diff options
context:
space:
mode:
authorjar@chromium.org <jar@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-01-19 21:19:13 +0000
committerjar@chromium.org <jar@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-01-19 21:19:13 +0000
commit225c5084d41efb256a2876180306d5484c7d0668 (patch)
treee412a835f2d6e860e2d3f9bae7d163adda9e559c /chrome/common/pref_names.cc
parentc3778612df854a3cf1cadffe0c4a0b1518afa274 (diff)
downloadchromium_src-225c5084d41efb256a2876180306d5484c7d0668.zip
chromium_src-225c5084d41efb256a2876180306d5484c7d0668.tar.gz
chromium_src-225c5084d41efb256a2876180306d5484c7d0668.tar.bz2
Use buildtime to ensure stability stats
r=huanr Review URL: http://codereview.chromium.org/548058 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36549 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/pref_names.cc')
-rw-r--r--chrome/common/pref_names.cc5
1 files changed, 5 insertions, 0 deletions
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
index 31228ba..84f9267 100644
--- a/chrome/common/pref_names.cc
+++ b/chrome/common/pref_names.cc
@@ -353,6 +353,11 @@ const wchar_t kStabilityExitedCleanly[] =
const wchar_t kStabilityStatsVersion[] =
L"user_experience_metrics.stability.stats_version";
+// Build time, in seconds since an epoch, which is used to assure that stability
+// metrics reported reflect stability of the same build.
+extern const wchar_t kStabilityStatsBuildTime[] =
+ L"user_experience_metrics.stability.stats_buildtime";
+
// False if we received a session end and either we crashed during processing
// the session end or ran out of time and windows terminated us.
const wchar_t kStabilitySessionEndCompleted[] =