Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2633)

Unified Diff: chrome/browser/performance_monitor/constants.h

Issue 10702117: Chrome Performance Monitor: Metric API Functions. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Missed some time tweaks. Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/performance_monitor/constants.h
diff --git a/chrome/browser/performance_monitor/constants.h b/chrome/browser/performance_monitor/constants.h
index 6af4e55e0e6fa87b0b531742c020eb989a207d1e..c8382eb02da72336c4335957a3d41648f3592e8a 100644
--- a/chrome/browser/performance_monitor/constants.h
+++ b/chrome/browser/performance_monitor/constants.h
@@ -14,8 +14,9 @@ extern const char kMetricNotFoundError[];
// its activity.
extern const char kProcessChromeAggregate[];
-// When you add a metric type, make sure to edit CPMDatabase::InitMetricDetails
-// TODO(mtytel): When you make real metrics, delete the sample metric.
+// When you add a metric type, make sure to edit Database::InitMetricDetails
+// and add an entry to the MericType enum.
+// TODO(mwrosen): When you make real metrics, delete the sample metric.
extern const char kSampleMetricDescription[];
extern const char kSampleMetricName[];
extern const char kStateChromeVersion[];

Powered by Google App Engine
This is Rietveld 408576698