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

Unified Diff: chrome/browser/chrome_browser_main_mac.mm

Issue 484603006: Add LOCAL_ prefix to non-UMA histogram macros. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address comments. Created 6 years, 4 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
« no previous file with comments | « cc/resources/tile_manager.cc ('k') | chrome/browser/chromeos/memory/oom_priority_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chrome_browser_main_mac.mm
diff --git a/chrome/browser/chrome_browser_main_mac.mm b/chrome/browser/chrome_browser_main_mac.mm
index ecfd6026c3173dc983fc63080ff37c1e3e259d5c..dd7c32fa7187247673cd2c7ce75f8eebe2031ba4 100644
--- a/chrome/browser/chrome_browser_main_mac.mm
+++ b/chrome/browser/chrome_browser_main_mac.mm
@@ -137,9 +137,9 @@ CatSixtyFour CatSixtyFourValue() {
void RecordCatSixtyFour() {
CatSixtyFour cat_sixty_four = CatSixtyFourValue();
- // Set this higher than the highest value in the CatSixtyFour enum to
- // provide some headroom and then leave it alone. See HISTOGRAM_ENUMERATION
- // in base/metrics/histogram.h.
+ // Set this higher than the highest value in the CatSixtyFour enum to provide
+ // some headroom and then leave it alone. See UMA_HISTOGRAM_ENUMERATION in
+ // base/metrics/histogram.h.
const int kMaxCatsAndSixtyFours = 32;
COMPILE_ASSERT(kMaxCatsAndSixtyFours >= CAT_SIXTY_FOUR_MAX,
CatSixtyFour_enum_grew_too_large);
« no previous file with comments | « cc/resources/tile_manager.cc ('k') | chrome/browser/chromeos/memory/oom_priority_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698