From 225c5084d41efb256a2876180306d5484c7d0668 Mon Sep 17 00:00:00 2001 From: "jar@chromium.org" Date: Tue, 19 Jan 2010 21:19:13 +0000 Subject: 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 --- chrome/common/pref_names.cc | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'chrome/common/pref_names.cc') 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[] = -- cgit v1.1