diff options
author | rdevlin.cronin@chromium.org <rdevlin.cronin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-17 21:12:46 +0000 |
---|---|---|
committer | rdevlin.cronin@chromium.org <rdevlin.cronin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-17 21:12:46 +0000 |
commit | afe8e23e37143e680d27db80d2b8e879c2244776 (patch) | |
tree | 0a6d36c1ba3cf43d4dc225a40d4ada5bf5a91c68 /chrome/browser/performance_monitor/constants.h | |
parent | f1669a722574c4269a9bfe9c3769e34a01cce7c4 (diff) | |
download | chromium_src-afe8e23e37143e680d27db80d2b8e879c2244776.zip chromium_src-afe8e23e37143e680d27db80d2b8e879c2244776.tar.gz chromium_src-afe8e23e37143e680d27db80d2b8e879c2244776.tar.bz2 |
Add Unclean Exit Watching to CPM
Adds in ability to watch for unclean exits. These will be recognized
retroactively the next time the profile signs in, but the time should be within
two minutes of accuracy to the shutdown.
BUG=130212
TEST=Included Browsertests
Review URL: https://chromiumcodereview.appspot.com/10703078
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147094 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/performance_monitor/constants.h')
-rw-r--r-- | chrome/browser/performance_monitor/constants.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/performance_monitor/constants.h b/chrome/browser/performance_monitor/constants.h index c8382eb..677e571 100644 --- a/chrome/browser/performance_monitor/constants.h +++ b/chrome/browser/performance_monitor/constants.h @@ -20,6 +20,7 @@ extern const char kProcessChromeAggregate[]; extern const char kSampleMetricDescription[]; extern const char kSampleMetricName[]; extern const char kStateChromeVersion[]; +extern const char kStateProfilePrefix[]; } // namespace performance_monitor |