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

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

Issue 10656052: Performance monitor stats gathering. (Closed) Base URL: http://git.chromium.org/chromium/src.git@cpm_main
Patch Set: Numero 3 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..da335e1407b6e87a400cf8dfc09eaf8371288c1a 100644
--- a/chrome/browser/performance_monitor/constants.h
+++ b/chrome/browser/performance_monitor/constants.h
@@ -7,6 +7,10 @@
namespace performance_monitor {
+extern const char kMetricCPUUsage[];
+extern const char kMetricPrivateMemoryUsage[];
+extern const char kMetricSharedMemoryUsage[];
+
// TODO(chebert): i18n
extern const char kMetricNotFoundError[];
« no previous file with comments | « no previous file | chrome/browser/performance_monitor/constants.cc » ('j') | chrome/browser/performance_monitor/constants.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698