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

Unified Diff: chrome/browser/ui/gtk/avatar_menu_bubble_gtk.cc

Issue 152313003: Fix Linux/Gtk build after r247979 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/gtk/avatar_menu_bubble_gtk.cc
diff --git a/chrome/browser/ui/gtk/avatar_menu_bubble_gtk.cc b/chrome/browser/ui/gtk/avatar_menu_bubble_gtk.cc
index 6c833f51eb93012503a327a0cd7a7f63ef2959d5..d45c16469c1db7ecd1b381704979be9edfe4bb15 100644
--- a/chrome/browser/ui/gtk/avatar_menu_bubble_gtk.cc
+++ b/chrome/browser/ui/gtk/avatar_menu_bubble_gtk.cc
@@ -93,7 +93,8 @@ void AvatarMenuBubbleGtk::OpenProfile(size_t profile_index) {
gtk_get_current_event_state(&modifier_state);
guint modifier_state_uint = modifier_state;
avatar_menu_->SwitchToProfile(profile_index,
- event_utils::DispositionFromGdkState(modifier_state_uint) == NEW_WINDOW);
+ event_utils::DispositionFromGdkState(modifier_state_uint) == NEW_WINDOW,
+ ProfileMetrics::SWITCH_PROFILE_ICON);
CloseBubble();
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698