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

Issue 53153009: When the new profile management flag is enabled, make sure to use the (Closed)

Created:
7 years, 1 month ago by Roger Tawa OOO till Jul 10th
Modified:
7 years, 1 month ago
Reviewers:
noms (inactive), sky
CC:
chromium-reviews, tfarina
Visibility:
Public.

Description

When the new profile management flag is enabled, make sure to use the new avatar menu button instead of the old. BUG=302037 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=233376

Patch Set 1 #

Total comments: 3

Patch Set 2 : Use helper function #

Total comments: 2

Patch Set 3 : Don't simulate mouse events #

Total comments: 3

Patch Set 4 : rebased #

Total comments: 1

Patch Set 5 : Address review comments #

Total comments: 2

Patch Set 6 : rebased #

Unified diffs Side-by-side diffs Delta from patch set Stats (+20 lines, -21 lines) Patch
M chrome/browser/ui/views/frame/browser_non_client_frame_view.h View 1 2 3 4 1 chunk +0 lines, -4 lines 0 comments Download
M chrome/browser/ui/views/frame/browser_non_client_frame_view.cc View 1 2 3 4 2 chunks +0 lines, -12 lines 0 comments Download
M chrome/browser/ui/views/frame/browser_view.cc View 1 2 3 4 3 chunks +18 lines, -3 lines 0 comments Download
M chrome/browser/ui/views/frame/glass_browser_frame_view.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/frame/opaque_browser_frame_view.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 19 (0 generated)
Roger Tawa OOO till Jul 10th
Hi Monica, Please take a look? Thanks. https://codereview.chromium.org/53153009/diff/1/chrome/browser/ui/views/frame/browser_view.cc File chrome/browser/ui/views/frame/browser_view.cc (right): https://codereview.chromium.org/53153009/diff/1/chrome/browser/ui/views/frame/browser_view.cc#newcode2582 chrome/browser/ui/views/frame/browser_view.cc:2582: button->OnMouseReleased(mouse_event); Is ...
7 years, 1 month ago (2013-11-04 22:01:21 UTC) #1
noms (inactive)
https://codereview.chromium.org/53153009/diff/1/chrome/browser/ui/views/frame/browser_view.cc File chrome/browser/ui/views/frame/browser_view.cc (right): https://codereview.chromium.org/53153009/diff/1/chrome/browser/ui/views/frame/browser_view.cc#newcode2576 chrome/browser/ui/views/frame/browser_view.cc:2576: if (CommandLine::ForCurrentProcess()->HasSwitch( If browser_view can use things from profiles, ...
7 years, 1 month ago (2013-11-04 22:03:41 UTC) #2
Roger Tawa OOO till Jul 10th
Thanks Monica. Changes uploaded. https://codereview.chromium.org/53153009/diff/1/chrome/browser/ui/views/frame/browser_view.cc File chrome/browser/ui/views/frame/browser_view.cc (right): https://codereview.chromium.org/53153009/diff/1/chrome/browser/ui/views/frame/browser_view.cc#newcode2576 chrome/browser/ui/views/frame/browser_view.cc:2576: if (CommandLine::ForCurrentProcess()->HasSwitch( On 2013/11/04 22:03:42, ...
7 years, 1 month ago (2013-11-04 22:10:50 UTC) #3
noms (inactive)
lgtm
7 years, 1 month ago (2013-11-04 22:11:40 UTC) #4
Roger Tawa OOO till Jul 10th
Hi Scott, Can you please do an owner review? Please note a question for you ...
7 years, 1 month ago (2013-11-04 22:12:15 UTC) #5
sky
https://codereview.chromium.org/53153009/diff/60001/chrome/browser/ui/views/frame/browser_view.cc File chrome/browser/ui/views/frame/browser_view.cc (right): https://codereview.chromium.org/53153009/diff/60001/chrome/browser/ui/views/frame/browser_view.cc#newcode2582 chrome/browser/ui/views/frame/browser_view.cc:2582: button->OnMouseReleased(mouse_event); We shouldn't be faking events like this to ...
7 years, 1 month ago (2013-11-04 22:18:52 UTC) #6
Roger Tawa OOO till Jul 10th
Thanks Scott. Comments addressed, changes uploade. PTAL. https://codereview.chromium.org/53153009/diff/60001/chrome/browser/ui/views/frame/browser_view.cc File chrome/browser/ui/views/frame/browser_view.cc (right): https://codereview.chromium.org/53153009/diff/60001/chrome/browser/ui/views/frame/browser_view.cc#newcode2582 chrome/browser/ui/views/frame/browser_view.cc:2582: button->OnMouseReleased(mouse_event); On ...
7 years, 1 month ago (2013-11-05 00:27:33 UTC) #7
sky
https://codereview.chromium.org/53153009/diff/160001/chrome/browser/ui/views/frame/browser_non_client_frame_view.h File chrome/browser/ui/views/frame/browser_non_client_frame_view.h (right): https://codereview.chromium.org/53153009/diff/160001/chrome/browser/ui/views/frame/browser_non_client_frame_view.h#newcode64 chrome/browser/ui/views/frame/browser_non_client_frame_view.h:64: void ShowProfileChooserViewBubble(); Move implementation to match new position in ...
7 years, 1 month ago (2013-11-05 04:08:25 UTC) #8
sky
https://codereview.chromium.org/53153009/diff/270001/chrome/browser/ui/views/frame/browser_non_client_frame_view.h File chrome/browser/ui/views/frame/browser_non_client_frame_view.h (right): https://codereview.chromium.org/53153009/diff/270001/chrome/browser/ui/views/frame/browser_non_client_frame_view.h#newcode64 chrome/browser/ui/views/frame/browser_non_client_frame_view.h:64: void ShowProfileChooserViewBubble(); On second thought. I think you should ...
7 years, 1 month ago (2013-11-05 15:56:12 UTC) #9
Roger Tawa OOO till Jul 10th
Hi Scott, Please take a look. Thanks. https://codereview.chromium.org/53153009/diff/160001/chrome/browser/ui/views/frame/browser_non_client_frame_view.h File chrome/browser/ui/views/frame/browser_non_client_frame_view.h (right): https://codereview.chromium.org/53153009/diff/160001/chrome/browser/ui/views/frame/browser_non_client_frame_view.h#newcode64 chrome/browser/ui/views/frame/browser_non_client_frame_view.h:64: void ShowProfileChooserViewBubble(); ...
7 years, 1 month ago (2013-11-05 20:04:24 UTC) #10
sky
https://codereview.chromium.org/53153009/diff/400001/chrome/browser/ui/views/frame/browser_view.cc File chrome/browser/ui/views/frame/browser_view.cc (right): https://codereview.chromium.org/53153009/diff/400001/chrome/browser/ui/views/frame/browser_view.cc#newcode2580 chrome/browser/ui/views/frame/browser_view.cc:2580: if (button) { Under what conditions can we end ...
7 years, 1 month ago (2013-11-05 20:24:29 UTC) #11
Roger Tawa OOO till Jul 10th
https://codereview.chromium.org/53153009/diff/400001/chrome/browser/ui/views/frame/browser_view.cc File chrome/browser/ui/views/frame/browser_view.cc (right): https://codereview.chromium.org/53153009/diff/400001/chrome/browser/ui/views/frame/browser_view.cc#newcode2580 chrome/browser/ui/views/frame/browser_view.cc:2580: if (button) { On 2013/11/05 20:24:29, sky wrote: > ...
7 years, 1 month ago (2013-11-05 20:53:12 UTC) #12
sky
LGTM
7 years, 1 month ago (2013-11-05 22:26:18 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rogerta@chromium.org/53153009/400001
7 years, 1 month ago (2013-11-05 22:41:20 UTC) #14
commit-bot: I haz the power
Retried try job too often on linux_aura for step(s) browser_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=linux_aura&number=94280
7 years, 1 month ago (2013-11-06 02:49:19 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rogerta@chromium.org/53153009/400001
7 years, 1 month ago (2013-11-06 04:37:04 UTC) #16
commit-bot: I haz the power
Retried try job too often on linux_aura for step(s) browser_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=linux_aura&number=94599
7 years, 1 month ago (2013-11-06 08:08:15 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rogerta@chromium.org/53153009/710001
7 years, 1 month ago (2013-11-06 15:54:51 UTC) #18
commit-bot: I haz the power
7 years, 1 month ago (2013-11-06 21:31:25 UTC) #19
Message was sent while issue was closed.
Change committed as 233376

Powered by Google App Engine
This is Rietveld 408576698