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.h | |
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.h')
-rw-r--r-- | chrome/common/pref_names.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h index dd5e35d..49367fd 100644 --- a/chrome/common/pref_names.h +++ b/chrome/common/pref_names.h @@ -97,6 +97,7 @@ extern const wchar_t kProfileMetrics[]; extern const wchar_t kProfilePrefix[]; extern const wchar_t kStabilityExitedCleanly[]; +extern const wchar_t kStabilityStatsVersion[]; extern const wchar_t kStabilitySessionEndCompleted[]; extern const wchar_t kStabilityLaunchCount[]; extern const wchar_t kStabilityCrashCount[]; |