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

Issue 678553002: Badge icons in windows task bar with avatar icon. (Closed)

Created:
6 years, 2 months ago by Roger Tawa OOO till Jul 10th
Modified:
6 years, 1 month ago
Reviewers:
noms (inactive), sky
CC:
chromium-reviews, tfarina
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Badge icons in windows task bar with avatar icon. BUG=412383 Committed: https://crrev.com/9e6e5fb1be5ae176050065d7a6c09e4afb44c168 Cr-Commit-Position: refs/heads/master@{#301431}

Patch Set 1 #

Patch Set 2 : Fixes after discussing with Monica #

Total comments: 7

Patch Set 3 : Address review comments #

Patch Set 4 : Fix tests with no profile manager #

Total comments: 1

Patch Set 5 : Remove space #

Total comments: 4

Patch Set 6 : Move code #

Total comments: 3

Patch Set 7 : rebased #

Patch Set 8 : Put static method below #

Unified diffs Side-by-side diffs Delta from patch set Stats (+131 lines, -54 lines) Patch
M chrome/browser/profiles/profile_info_cache.h View 2 chunks +4 lines, -2 lines 0 comments Download
M chrome/browser/profiles/profile_info_cache.cc View 4 chunks +12 lines, -4 lines 0 comments Download
M chrome/browser/ui/views/frame/browser_non_client_frame_view.h View 1 2 2 chunks +10 lines, -1 line 0 comments Download
M chrome/browser/ui/views/frame/browser_non_client_frame_view.cc View 1 2 3 4 5 3 chunks +55 lines, -47 lines 0 comments Download
M chrome/browser/ui/views/profiles/avatar_menu_button.h View 1 2 3 4 5 6 7 2 chunks +10 lines, -0 lines 0 comments Download
M chrome/browser/ui/views/profiles/avatar_menu_button.cc View 1 2 3 4 5 6 7 3 chunks +40 lines, -0 lines 0 comments Download

Messages

Total messages: 19 (5 generated)
Roger Tawa OOO till Jul 10th
Hi Monica, please take a look. Thanks, https://codereview.chromium.org/678553002/diff/60001/chrome/browser/ui/views/frame/browser_non_client_frame_view.cc File chrome/browser/ui/views/frame/browser_non_client_frame_view.cc (right): https://codereview.chromium.org/678553002/diff/60001/chrome/browser/ui/views/frame/browser_non_client_frame_view.cc#newcode68 chrome/browser/ui/views/frame/browser_non_client_frame_view.cc:68: } I ...
6 years, 2 months ago (2014-10-24 17:51:32 UTC) #4
noms (inactive)
https://codereview.chromium.org/678553002/diff/60001/chrome/browser/ui/views/frame/browser_non_client_frame_view.cc File chrome/browser/ui/views/frame/browser_non_client_frame_view.cc (right): https://codereview.chromium.org/678553002/diff/60001/chrome/browser/ui/views/frame/browser_non_client_frame_view.cc#newcode111 chrome/browser/ui/views/frame/browser_non_client_frame_view.cc:111: if ((browser_view_->IsOffTheRecord() && !browser_view_->IsGuestSession()) || I think that's still ...
6 years, 2 months ago (2014-10-24 17:59:19 UTC) #5
Roger Tawa OOO till Jul 10th
Thanks Monica. Please take another look. https://codereview.chromium.org/678553002/diff/60001/chrome/browser/ui/views/frame/browser_non_client_frame_view.cc File chrome/browser/ui/views/frame/browser_non_client_frame_view.cc (right): https://codereview.chromium.org/678553002/diff/60001/chrome/browser/ui/views/frame/browser_non_client_frame_view.cc#newcode111 chrome/browser/ui/views/frame/browser_non_client_frame_view.cc:111: if ((browser_view_->IsOffTheRecord() && ...
6 years, 2 months ago (2014-10-24 18:36:07 UTC) #6
noms (inactive)
profiles lgtm https://codereview.chromium.org/678553002/diff/100001/chrome/browser/ui/views/frame/browser_non_client_frame_view.cc File chrome/browser/ui/views/frame/browser_non_client_frame_view.cc (right): https://codereview.chromium.org/678553002/diff/100001/chrome/browser/ui/views/frame/browser_non_client_frame_view.cc#newcode112 chrome/browser/ui/views/frame/browser_non_client_frame_view.cc:112: // Make sure the task bar icon ...
6 years, 2 months ago (2014-10-24 18:44:57 UTC) #7
Roger Tawa OOO till Jul 10th
Thanks Monica. Scott: can you do an owner review for browser_non_client_frame_view.h|cc?
6 years, 2 months ago (2014-10-24 19:21:53 UTC) #9
sky
https://codereview.chromium.org/678553002/diff/120001/chrome/browser/ui/views/frame/browser_non_client_frame_view.cc File chrome/browser/ui/views/frame/browser_non_client_frame_view.cc (right): https://codereview.chromium.org/678553002/diff/120001/chrome/browser/ui/views/frame/browser_non_client_frame_view.cc#newcode33 chrome/browser/ui/views/frame/browser_non_client_frame_view.cc:33: void GetAvatarImage(BrowserView* browser_view, Seems all this code is platform ...
6 years, 2 months ago (2014-10-24 21:18:08 UTC) #10
Roger Tawa OOO till Jul 10th
https://codereview.chromium.org/678553002/diff/120001/chrome/browser/ui/views/frame/browser_non_client_frame_view.cc File chrome/browser/ui/views/frame/browser_non_client_frame_view.cc (right): https://codereview.chromium.org/678553002/diff/120001/chrome/browser/ui/views/frame/browser_non_client_frame_view.cc#newcode33 chrome/browser/ui/views/frame/browser_non_client_frame_view.cc:33: void GetAvatarImage(BrowserView* browser_view, On 2014/10/24 21:18:08, sky wrote: > ...
6 years, 2 months ago (2014-10-24 22:48:01 UTC) #11
sky
https://codereview.chromium.org/678553002/diff/120001/chrome/browser/ui/views/frame/browser_non_client_frame_view.cc File chrome/browser/ui/views/frame/browser_non_client_frame_view.cc (right): https://codereview.chromium.org/678553002/diff/120001/chrome/browser/ui/views/frame/browser_non_client_frame_view.cc#newcode33 chrome/browser/ui/views/frame/browser_non_client_frame_view.cc:33: void GetAvatarImage(BrowserView* browser_view, On 2014/10/24 22:48:01, Roger Tawa wrote: ...
6 years, 1 month ago (2014-10-25 15:05:30 UTC) #12
Roger Tawa OOO till Jul 10th
Thanks Scott. Moved the code to the location you suggested. https://codereview.chromium.org/678553002/diff/120001/chrome/browser/ui/views/frame/browser_non_client_frame_view.cc File chrome/browser/ui/views/frame/browser_non_client_frame_view.cc (right): https://codereview.chromium.org/678553002/diff/120001/chrome/browser/ui/views/frame/browser_non_client_frame_view.cc#newcode33 ...
6 years, 1 month ago (2014-10-27 14:35:48 UTC) #13
sky
LGTM https://codereview.chromium.org/678553002/diff/140001/chrome/browser/ui/views/profiles/avatar_menu_button.cc File chrome/browser/ui/views/profiles/avatar_menu_button.cc (right): https://codereview.chromium.org/678553002/diff/140001/chrome/browser/ui/views/profiles/avatar_menu_button.cc#newcode39 chrome/browser/ui/views/profiles/avatar_menu_button.cc:39: void AvatarMenuButton::GetAvatarImages(Profile* profile, This looks platform independent. You ...
6 years, 1 month ago (2014-10-27 14:45:38 UTC) #14
Roger Tawa OOO till Jul 10th
Thanks Scott. https://codereview.chromium.org/678553002/diff/140001/chrome/browser/ui/views/profiles/avatar_menu_button.h File chrome/browser/ui/views/profiles/avatar_menu_button.h (right): https://codereview.chromium.org/678553002/diff/140001/chrome/browser/ui/views/profiles/avatar_menu_button.h#newcode46 chrome/browser/ui/views/profiles/avatar_menu_button.h:46: AvatarMenuButton(Browser* browser, bool disabled); On 2014/10/27 14:45:37, ...
6 years, 1 month ago (2014-10-27 18:51:11 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/678553002/180001
6 years, 1 month ago (2014-10-27 19:35:07 UTC) #17
commit-bot: I haz the power
Committed patchset #8 (id:180001)
6 years, 1 month ago (2014-10-27 20:25:25 UTC) #18
commit-bot: I haz the power
6 years, 1 month ago (2014-10-27 20:26:07 UTC) #19
Message was sent while issue was closed.
Patchset 8 (id:??) landed as
https://crrev.com/9e6e5fb1be5ae176050065d7a6c09e4afb44c168
Cr-Commit-Position: refs/heads/master@{#301431}

Powered by Google App Engine
This is Rietveld 408576698