diff options
Diffstat (limited to 'chrome/browser/performance_monitor/constants.h')
-rw-r--r-- | chrome/browser/performance_monitor/constants.h | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/chrome/browser/performance_monitor/constants.h b/chrome/browser/performance_monitor/constants.h index 24009da..84681f9 100644 --- a/chrome/browser/performance_monitor/constants.h +++ b/chrome/browser/performance_monitor/constants.h @@ -5,8 +5,6 @@ #ifndef CHROME_BROWSER_PERFORMANCE_MONITOR_CONSTANTS_H_ #define CHROME_BROWSER_PERFORMANCE_MONITOR_CONSTANTS_H_ -#include "base/basictypes.h" - namespace performance_monitor { // Constants which are used by the PerformanceMonitor and its related classes. @@ -21,21 +19,6 @@ extern const int kDefaultGatherIntervalInSeconds; extern const char kStateChromeVersion[]; extern const char kStateProfilePrefix[]; -// Unit values (for use in metric, and on the UI side). - -// Memory measurements -extern const int64 kBytesPerKilobyte; -extern const int64 kBytesPerMegabyte; -extern const int64 kBytesPerGigabyte; -extern const int64 kBytesPerTerabyte; - -// Time measurements - Most of these are imported from base/time.h -// These units are used for display (and it's related calculations), not for -// any mathematical analysis. Thus we can estimate for values without an exact -// conversion. -extern const int64 kMicrosecondsPerMonth; -extern const int64 kMicrosecondsPerYear; - } // namespace performance_monitor #endif // CHROME_BROWSER_PERFORMANCE_MONITOR_CONSTANTS_H_ |