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

Issue 8230011: [Mac/multiprofile] "Customize User..." should edit the currently active profile (Closed)

Created:
9 years, 2 months ago by jeremy
Modified:
9 years, 1 month ago
CC:
chromium-reviews, Paweł Hajdan Jr., binji
Visibility:
Public.

Description

[Mac/multiprofile] "Customize User..." should edit the currently active profile The NSMenu tag for the "Customize User..." menu item was always 0 before this patch. Add a new selector to ProfileMenuController and use that for the menu item. Also, move the code for determining the index of the active profile into the AvatarMenuModel. BUG=99621 TEST=See bug Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=107089

Patch Set 1 #

Total comments: 6

Patch Set 2 : Fix review comments. #

Total comments: 1

Patch Set 3 : Fix review comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+37 lines, -13 lines) Patch
M chrome/browser/profiles/avatar_menu_model.h View 1 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/profiles/avatar_menu_model.cc View 1 2 1 chunk +14 lines, -0 lines 0 comments Download
M chrome/browser/profiles/avatar_menu_model_unittest.cc View 1 1 chunk +15 lines, -0 lines 0 comments Download
M chrome/browser/ui/cocoa/profile_menu_controller.mm View 1 2 2 chunks +5 lines, -13 lines 0 comments Download

Messages

Total messages: 12 (0 generated)
jeremy
Robert: Review plz Mark: owner review, rubberstamp ok.
9 years, 2 months ago (2011-10-11 11:58:44 UTC) #1
Robert Sesek
http://codereview.chromium.org/8230011/diff/1/chrome/browser/profiles/avatar_menu_model_unittest.cc File chrome/browser/profiles/avatar_menu_model_unittest.cc (right): http://codereview.chromium.org/8230011/diff/1/chrome/browser/profiles/avatar_menu_model_unittest.cc#newcode85 chrome/browser/profiles/avatar_menu_model_unittest.cc:85: ASSERT_EQ(0U, model.GetActiveProfileIndex()); May also want to change the active ...
9 years, 2 months ago (2011-10-11 14:23:13 UTC) #2
Mark Mentovai
“noparent” is not in effect and my review is not necessary. Robert is more than ...
9 years, 2 months ago (2011-10-11 14:36:18 UTC) #3
Miranda Callahan
On 2011/10/11 14:36:18, Mark Mentovai wrote: > “noparent” is not in effect and my review ...
9 years, 2 months ago (2011-10-11 18:40:06 UTC) #4
jeremy
Ready for another look. http://codereview.chromium.org/8230011/diff/1/chrome/browser/profiles/avatar_menu_model_unittest.cc File chrome/browser/profiles/avatar_menu_model_unittest.cc (right): http://codereview.chromium.org/8230011/diff/1/chrome/browser/profiles/avatar_menu_model_unittest.cc#newcode85 chrome/browser/profiles/avatar_menu_model_unittest.cc:85: ASSERT_EQ(0U, model.GetActiveProfileIndex()); You're right but ...
9 years, 2 months ago (2011-10-19 13:15:23 UTC) #5
Robert Sesek
http://codereview.chromium.org/8230011/diff/6001/chrome/browser/ui/cocoa/profile_menu_controller.mm File chrome/browser/ui/cocoa/profile_menu_controller.mm (right): http://codereview.chromium.org/8230011/diff/6001/chrome/browser/ui/cocoa/profile_menu_controller.mm#newcode135 chrome/browser/ui/cocoa/profile_menu_controller.mm:135: BOOL is_active = (active_profile_index == tag) ? YES : ...
9 years, 2 months ago (2011-10-19 15:07:40 UTC) #6
jeremy
Lgtm with that part of the Cl reverted? On Oct 19, 2011 5:07 PM, <rsesek@chromium.org> ...
9 years, 2 months ago (2011-10-19 18:24:08 UTC) #7
Robert Sesek
On 2011/10/19 18:24:08, jeremy wrote: > Lgtm with that part of the Cl reverted? yes. ...
9 years, 2 months ago (2011-10-19 18:50:13 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jeremy@chromium.org/8230011/12001
9 years, 2 months ago (2011-10-23 12:18:00 UTC) #9
commit-bot: I haz the power
Failed to send try job 8230011-12001: 2
9 years, 2 months ago (2011-10-23 12:18:02 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jeremy@chromium.org/8230011/12001
9 years, 1 month ago (2011-10-25 08:27:26 UTC) #11
commit-bot: I haz the power
9 years, 1 month ago (2011-10-25 09:40:29 UTC) #12
Change committed as 107089

Powered by Google App Engine
This is Rietveld 408576698