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

Unified Diff: chrome/browser/metrics/jumplist_metrics_win.h

Issue 931853003: [Win] Revert the profile switcher code from the jumplist. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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/metrics/jumplist_metrics_win.h
diff --git a/chrome/browser/metrics/jumplist_metrics_win.h b/chrome/browser/metrics/jumplist_metrics_win.h
index 0de878c2ab04bf8852190d119e4b242e44d0c5a4..140e75a01c321cc7cf43c09bd5e5e86e382e6ec7 100644
--- a/chrome/browser/metrics/jumplist_metrics_win.h
+++ b/chrome/browser/metrics/jumplist_metrics_win.h
@@ -14,7 +14,6 @@ namespace jumplist {
enum JumplistCategory {
RECENTLY_CLOSED_URL = 0, // A URL from the "Recently Closed" category.
MOST_VISITED_URL, // A URL from the "Most Visited" category.
- SWITCH_TO_PROFILE, // A profile name from the "People" category.
tapted 2015/02/18 03:07:18 we typically can't remove UMA enums - maybe just a
noms (inactive) 2015/02/19 15:41:34 hurrrrr i even wrote the "don't remove entries" co
CATEGORY_UNKNOWN, // An invalid category.
NUM_JUMPLIST_CATEGORY_METRICS
};

Powered by Google App Engine
This is Rietveld 408576698