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

Issue 1038423004: Reland of: Change default code flag to NewAvatarMenu. (Closed)

Created:
5 years, 8 months ago by Mike Lerman
Modified:
5 years, 8 months ago
Reviewers:
noms (inactive), sky
CC:
chromium-reviews, dbeam+watch-options_chromium.org, tim+watch_chromium.org, michaelpg+watch-options_chromium.org, zea+watch_chromium.org, tfarina, mlamouri+watch-notifications_chromium.org, maxbogue+watch_chromium.org, pvalenzuela+watch_chromium.org, rginda+watch_chromium.org, plaree+watch_chromium.org, arv+watch_chromium.org, noyau+watch_chromium.org, peter+watch_chromium.org, maniscalco+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Reland of: Change default code flag to NewAvatarMenu. Originally landed here: https://codereview.chromium.org/845373002/ Reverted here: https://codereview.chromium.org/1020863007/ because it caused issues on memory bots. BUG=287883 TBR=rogerta@chromium.org (already reviewed in original CL, there are no changes here) Committed: https://crrev.com/3ab32772f7c67b70ef25f0a0add62e0bbd6e5f07 Cr-Commit-Position: refs/heads/master@{#324227}

Patch Set 1 : (original patch) #

Patch Set 2 : TestingProfileManager's ProfileInfoCache doesn't download avatar images. #

Patch Set 3 : Rebase #

Patch Set 4 : Rebase #

Total comments: 2

Patch Set 5 : ProfileAvatarDownloader doesn't need to be deactivateable #

Total comments: 5

Patch Set 6 : remove unneeded code from ProfileInfoCacheTest #

Unified diffs Side-by-side diffs Delta from patch set Stats (+130 lines, -188 lines) Patch
M chrome/browser/profiles/profile_info_cache.h View 1 3 chunks +10 lines, -1 line 0 comments Download
M chrome/browser/profiles/profile_info_cache.cc View 1 7 chunks +11 lines, -5 lines 0 comments Download
M chrome/browser/profiles/profile_info_cache_unittest.cc View 1 2 3 4 5 2 chunks +24 lines, -16 lines 0 comments Download
M chrome/browser/profiles/profile_info_interface.h View 1 chunk +1 line, -2 lines 0 comments Download
M chrome/browser/resources/options/browser_options_profile_list.js View 1 chunk +1 line, -0 lines 0 comments Download
D chrome/browser/ui/bookmarks/bookmark_bubble_sign_in_delegate_browsertest.cc View 1 chunk +0 lines, -124 lines 0 comments Download
M chrome/browser/ui/cocoa/bookmarks/bookmark_sync_promo_controller_unittest.mm View 2 chunks +3 lines, -0 lines 0 comments Download
M chrome/browser/ui/cocoa/profiles/avatar_icon_controller_unittest.mm View 2 chunks +4 lines, -0 lines 0 comments Download
M chrome/browser/ui/cocoa/profiles/avatar_menu_bubble_controller_unittest.mm View 4 chunks +6 lines, -1 line 0 comments Download
M chrome/browser/ui/cocoa/profiles/profile_menu_controller_unittest.mm View 1 3 chunks +8 lines, -8 lines 0 comments Download
A + chrome/browser/ui/views/bookmarks/bookmark_bubble_sign_in_delegate_browsertest.cc View 6 chunks +36 lines, -13 lines 0 comments Download
M chrome/browser/ui/views/profiles/avatar_menu_button_browsertest.cc View 3 chunks +6 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/signin/user_manager_screen_handler.cc View 1 2 4 chunks +13 lines, -13 lines 0 comments Download
M chrome/chrome_tests.gypi View 1 2 2 chunks +1 line, -1 line 0 comments Download
M chrome/test/base/testing_profile_manager.cc View 1 1 chunk +2 lines, -0 lines 0 comments Download
M components/signin/core/common/profile_management_switches.cc View 2 chunks +4 lines, -4 lines 0 comments Download

Messages

Total messages: 17 (6 generated)
Mike Lerman
Hey Monica, Can you review the changes I've made since PatchSet #1? Mostly changes to ...
5 years, 8 months ago (2015-03-30 20:43:44 UTC) #2
noms (inactive)
https://codereview.chromium.org/1038423004/diff/60001/chrome/browser/profiles/profile_avatar_downloader.cc File chrome/browser/profiles/profile_avatar_downloader.cc (right): https://codereview.chromium.org/1038423004/diff/60001/chrome/browser/profiles/profile_avatar_downloader.cc#newcode27 chrome/browser/profiles/profile_avatar_downloader.cc:27: downloader_active_(true), What do you think about combining this with ...
5 years, 8 months ago (2015-03-31 20:51:27 UTC) #3
Mike Lerman
https://codereview.chromium.org/1038423004/diff/60001/chrome/browser/profiles/profile_avatar_downloader.cc File chrome/browser/profiles/profile_avatar_downloader.cc (right): https://codereview.chromium.org/1038423004/diff/60001/chrome/browser/profiles/profile_avatar_downloader.cc#newcode27 chrome/browser/profiles/profile_avatar_downloader.cc:27: downloader_active_(true), On 2015/03/31 20:51:26, Monica Dinculescu wrote: > What ...
5 years, 8 months ago (2015-04-01 13:59:51 UTC) #4
Mike Lerman
Hi sky@, Can you take a look at the testing_profile_manager? The rest of the files ...
5 years, 8 months ago (2015-04-01 18:50:12 UTC) #6
sky
testing_profile_manager LGTM
5 years, 8 months ago (2015-04-01 22:26:54 UTC) #7
noms (inactive)
https://codereview.chromium.org/1038423004/diff/70001/chrome/browser/profiles/profile_info_cache_unittest.cc File chrome/browser/profiles/profile_info_cache_unittest.cc (right): https://codereview.chromium.org/1038423004/diff/70001/chrome/browser/profiles/profile_info_cache_unittest.cc#newcode151 chrome/browser/profiles/profile_info_cache_unittest.cc:151: ProfileAvatarDownloader avatar_downloader( nit: is this still needed? The comment ...
5 years, 8 months ago (2015-04-07 13:55:21 UTC) #8
Mike Lerman
https://codereview.chromium.org/1038423004/diff/70001/chrome/browser/profiles/profile_info_cache_unittest.cc File chrome/browser/profiles/profile_info_cache_unittest.cc (right): https://codereview.chromium.org/1038423004/diff/70001/chrome/browser/profiles/profile_info_cache_unittest.cc#newcode151 chrome/browser/profiles/profile_info_cache_unittest.cc:151: ProfileAvatarDownloader avatar_downloader( On 2015/04/07 13:55:20, noms (slow. ping if ...
5 years, 8 months ago (2015-04-07 15:48:22 UTC) #9
noms (inactive)
LGTM https://codereview.chromium.org/1038423004/diff/70001/chrome/browser/resources/options/browser_options_profile_list.js File chrome/browser/resources/options/browser_options_profile_list.js (right): https://codereview.chromium.org/1038423004/diff/70001/chrome/browser/resources/options/browser_options_profile_list.js#newcode54 chrome/browser/resources/options/browser_options_profile_list.js:54: iconEl.alt = ''; On 2015/04/07 15:48:21, Mike Lerman ...
5 years, 8 months ago (2015-04-07 19:46:25 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1038423004/90001
5 years, 8 months ago (2015-04-08 12:26:35 UTC) #15
commit-bot: I haz the power
Committed patchset #6 (id:90001)
5 years, 8 months ago (2015-04-08 14:49:12 UTC) #16
commit-bot: I haz the power
5 years, 8 months ago (2015-04-08 14:50:06 UTC) #17
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/3ab32772f7c67b70ef25f0a0add62e0bbd6e5f07
Cr-Commit-Position: refs/heads/master@{#324227}

Powered by Google App Engine
This is Rietveld 408576698