diff options
author | jar@chromium.org <jar@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-23 21:14:38 +0000 |
---|---|---|
committer | jar@chromium.org <jar@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-23 21:14:38 +0000 |
commit | 541f7792a2526af07cc2593ef5961fb58a472b0c (patch) | |
tree | 1ec1e4fa080111a490722dd9d6f3a6154e9a7185 /chrome/common/pref_names.cc | |
parent | 6eaddcc1be66c1ffb3980a6b5b1fe0f106be67e9 (diff) | |
download | chromium_src-541f7792a2526af07cc2593ef5961fb58a472b0c.zip chromium_src-541f7792a2526af07cc2593ef5961fb58a472b0c.tar.gz chromium_src-541f7792a2526af07cc2593ef5961fb58a472b0c.tar.bz2 |
Discard crash data during first run of a new version.
Avoid confusion associated with uploading crash data from an old version
during the first run of a new version.
Carlos: Please confirm that you're fine with discarding metrics about
installer and Render in Sbox.
Evan: Please confirm that I got all the usage/crash stats.
r=cpu,evanm,mal
Review URL: http://codereview.chromium.org/28017
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10211 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/pref_names.cc')
-rw-r--r-- | chrome/common/pref_names.cc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc index 3213362..bda65f9 100644 --- a/chrome/common/pref_names.cc +++ b/chrome/common/pref_names.cc @@ -283,6 +283,11 @@ const wchar_t kProfilePrefix[] = L"profile-"; const wchar_t kStabilityExitedCleanly[] = L"user_experience_metrics.stability.exited_cleanly"; +// Version string of previous run, which is used to assure that stability +// metrics reported under current version reflect stability of the same version. +const wchar_t kStabilityStatsVersion[] = + L"user_experience_metrics.stability.stats_version"; + // 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[] = |