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

Unified Diff: chrome/browser/profiles/profile_metrics.h

Issue 1191453002: Implement "open link as user" context menu entry (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: updates Created 5 years, 2 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/profiles/profile_metrics.h
diff --git a/chrome/browser/profiles/profile_metrics.h b/chrome/browser/profiles/profile_metrics.h
index d9c4975a1c35434c4d1ece18aadbdfba0f14bbdb..89d4b0fec03f82cf9fc8e1c9a8da2a0a9a704023 100644
--- a/chrome/browser/profiles/profile_metrics.h
+++ b/chrome/browser/profiles/profile_metrics.h
@@ -71,6 +71,7 @@ class ProfileMetrics {
SWITCH_PROFILE_MANAGER, // User switches profiles from the User Manager
SWITCH_PROFILE_UNLOCK, // User switches to lockd profile via User Manager
Peter Kasting 2015/10/13 18:59:00 Nit: While here: locked
jochen (gone - plz use gerrit) 2015/10/13 19:50:22 done
SWITCH_PROFILE_GUEST, // User switches to guest profile
+ CONTEXT_MENU, // User switches profiles from context menu
Peter Kasting 2015/10/13 18:59:00 Nit: For parallel structure should this be SWITCH_
jochen (gone - plz use gerrit) 2015/10/13 19:50:22 done
NUM_PROFILE_OPEN_METRICS
};

Powered by Google App Engine
This is Rietveld 408576698