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

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

Issue 132453004: Add Profile metric counting to new User Manager. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: addressed minor formatting comments Created 6 years, 11 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 | « no previous file | chrome/browser/profiles/avatar_menu.cc » ('j') | chrome/browser/profiles/profile_metrics.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/profiles/avatar_menu.h
diff --git a/chrome/browser/profiles/avatar_menu.h b/chrome/browser/profiles/avatar_menu.h
index b3af374dbb99f10b336cc22d0a3b39fd56b31a60..6679741c65634d75fb478d3b4fea6fec15e68f3b 100644
--- a/chrome/browser/profiles/avatar_menu.h
+++ b/chrome/browser/profiles/avatar_menu.h
@@ -94,7 +94,9 @@ class AvatarMenu : public content::NotificationObserver {
// Opens a Browser with the specified profile in response to the user
// selecting an item. If |always_create| is true then a new window is created
// even if a window for that profile already exists.
- void SwitchToProfile(size_t index, bool always_create);
+ void SwitchToProfile(size_t index,
+ bool always_create,
+ ProfileMetrics::ProfileOpen metric);
// Creates a new profile.
void AddNewProfile(ProfileMetrics::ProfileAdd type);
« no previous file with comments | « no previous file | chrome/browser/profiles/avatar_menu.cc » ('j') | chrome/browser/profiles/profile_metrics.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698