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

Issue 2729623002: Update vector icons in browser profiles code (bubble, etc.) to structs. (Closed)

Created:
3 years, 9 months ago by Evan Stade
Modified:
3 years, 9 months ago
CC:
chromium-reviews, tfarina
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Update vector icons in browser profiles code (bubble, etc.) to structs. Move icon definitions as appropriate. BUG=626786 Review-Url: https://codereview.chromium.org/2729623002 Cr-Commit-Position: refs/heads/master@{#454470} Committed: https://chromium.googlesource.com/chromium/src/+/78fa524fa500c7e54491c0af8d1674555a64e367

Patch Set 1 #

Patch Set 2 : fixes #

Patch Set 3 : fix mac #

Total comments: 2

Patch Set 4 : review #

Unified diffs Side-by-side diffs Delta from patch set Stats (+72 lines, -519 lines) Patch
M chrome/app/vector_icons/BUILD.gn View 5 chunks +14 lines, -0 lines 0 comments Download
A + chrome/app/vector_icons/account_box.icon View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/app/vector_icons/account_child.icon View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/app/vector_icons/account_child_circle.icon View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/app/vector_icons/account_circle.icon View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/app/vector_icons/close_all.icon View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/app/vector_icons/lock.icon View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/app/vector_icons/mode_edit.icon View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/app/vector_icons/photo_camera.icon View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/app/vector_icons/remove_box.icon View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/app/vector_icons/settings.icon View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/app/vector_icons/supervisor_account.icon View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/app/vector_icons/supervisor_account_circle.icon View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/app/vector_icons/sync_problem.icon View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/app/vector_icons/user_account_avatar.icon View 0 chunks +-1 lines, --1 lines 0 comments Download
M chrome/browser/ui/cocoa/profiles/avatar_button_controller.mm View 1 2 4 chunks +6 lines, -6 lines 0 comments Download
M chrome/browser/ui/cocoa/profiles/profile_chooser_controller.mm View 1 2 8 chunks +26 lines, -28 lines 0 comments Download
M chrome/browser/ui/views/profiles/new_avatar_button.cc View 3 chunks +6 lines, -6 lines 0 comments Download
M chrome/browser/ui/views/profiles/profile_chooser_view.cc View 1 2 3 16 chunks +34 lines, -46 lines 0 comments Download
M ui/gfx/vector_icons/BUILD.gn View 1 2 chunks +0 lines, -15 lines 0 comments Download
D ui/gfx/vector_icons/account_box.icon View 1 chunk +0 lines, -28 lines 0 comments Download
D ui/gfx/vector_icons/account_child.icon View 1 chunk +0 lines, -24 lines 0 comments Download
D ui/gfx/vector_icons/account_child_circle.icon View 1 chunk +0 lines, -36 lines 0 comments Download
D ui/gfx/vector_icons/account_circle.icon View 1 chunk +0 lines, -24 lines 0 comments Download
D ui/gfx/vector_icons/close_all.icon View 1 chunk +0 lines, -39 lines 0 comments Download
D ui/gfx/vector_icons/lock.icon View 1 chunk +0 lines, -33 lines 0 comments Download
D ui/gfx/vector_icons/mode_edit.icon View 1 chunk +0 lines, -20 lines 0 comments Download
D ui/gfx/vector_icons/photo_camera.icon View 1 chunk +0 lines, -21 lines 0 comments Download
D ui/gfx/vector_icons/remove_box.icon View 1 chunk +0 lines, -22 lines 0 comments Download
D ui/gfx/vector_icons/remove_circle.icon View 1 chunk +0 lines, -12 lines 0 comments Download
D ui/gfx/vector_icons/settings.icon View 1 chunk +0 lines, -51 lines 0 comments Download
D ui/gfx/vector_icons/supervisor_account.icon View 1 chunk +0 lines, -21 lines 0 comments Download
D ui/gfx/vector_icons/supervisor_account_circle.icon View 1 chunk +0 lines, -38 lines 0 comments Download
D ui/gfx/vector_icons/sync_problem.icon View 1 chunk +0 lines, -39 lines 0 comments Download
D ui/gfx/vector_icons/user_account_avatar.icon View 1 chunk +0 lines, -24 lines 0 comments Download

Messages

Total messages: 24 (18 generated)
Evan Stade
+rsesek for cocoa/ +pkasting for everything else
3 years, 9 months ago (2017-03-02 00:44:19 UTC) #15
Robert Sesek
cocoa/ LGTM
3 years, 9 months ago (2017-03-02 15:05:26 UTC) #16
Peter Kasting
LGTM https://codereview.chromium.org/2729623002/diff/40001/chrome/browser/ui/views/profiles/profile_chooser_view.cc File chrome/browser/ui/views/profiles/profile_chooser_view.cc (right): https://codereview.chromium.org/2729623002/diff/40001/chrome/browser/ui/views/profiles/profile_chooser_view.cc#newcode501 chrome/browser/ui/views/profiles/profile_chooser_view.cc:501: const gfx::VectorIcon* icon = nullptr; Nit: I'd avoid ...
3 years, 9 months ago (2017-03-02 23:12:52 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2729623002/60001
3 years, 9 months ago (2017-03-03 00:21:09 UTC) #20
Evan Stade
https://codereview.chromium.org/2729623002/diff/40001/chrome/browser/ui/views/profiles/profile_chooser_view.cc File chrome/browser/ui/views/profiles/profile_chooser_view.cc (right): https://codereview.chromium.org/2729623002/diff/40001/chrome/browser/ui/views/profiles/profile_chooser_view.cc#newcode501 chrome/browser/ui/views/profiles/profile_chooser_view.cc:501: const gfx::VectorIcon* icon = nullptr; On 2017/03/02 23:12:51, Peter ...
3 years, 9 months ago (2017-03-03 00:36:38 UTC) #21
commit-bot: I haz the power
3 years, 9 months ago (2017-03-03 02:23:19 UTC) #24
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://chromium.googlesource.com/chromium/src/+/78fa524fa500c7e54491c0af8d16...

Powered by Google App Engine
This is Rietveld 408576698