From 6b9f175a5416af356ecb3d78b9a9b660ae18ab2f Mon Sep 17 00:00:00 2001 From: "rdevlin.cronin@chromium.org" Date: Sat, 30 Jun 2012 21:13:17 +0000 Subject: CPM Version Watching Add in support for watching the chrome version, and inserting an event upon change, plus tests for same. Reliant upon: https://chromiumcodereview.appspot.com/10568014 BUG=130212 TEST=Included Browsertest, PerformanceMonitorBrowserTest.NewVersionEvent Review URL: https://chromiumcodereview.appspot.com/10532206 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@145088 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/performance_monitor/constants.h | 1 + 1 file changed, 1 insertion(+) (limited to 'chrome/browser/performance_monitor/constants.h') diff --git a/chrome/browser/performance_monitor/constants.h b/chrome/browser/performance_monitor/constants.h index 7ca75c7..6af4e55 100644 --- a/chrome/browser/performance_monitor/constants.h +++ b/chrome/browser/performance_monitor/constants.h @@ -18,6 +18,7 @@ extern const char kProcessChromeAggregate[]; // TODO(mtytel): When you make real metrics, delete the sample metric. extern const char kSampleMetricDescription[]; extern const char kSampleMetricName[]; +extern const char kStateChromeVersion[]; } // namespace performance_monitor -- cgit v1.1