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

Issue 2441863002: Remove some more !IsModeMaterial code. (Closed)

Created:
4 years, 2 months ago by Evan Stade
Modified:
4 years, 1 month ago
CC:
chromium-reviews, sadrul, tfarina, dcheng, oshima+watch_chromium.org, kalyank, miu+watch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Remove some more !IsModeMaterial code. Remove last references to non-custom IDR_THEME_TOOLBAR. Remove some unused SHADE images. Remove DropdownBarView, which is nothing but a bunch of dead code. BUG=648281 TBR=oshima@chromium.org Committed: https://crrev.com/c65c5751b770c0f79f60e6eee8ccabe380804146 Cr-Commit-Position: refs/heads/master@{#427062}

Patch Set 1 #

Patch Set 2 : pull more shades #

Total comments: 27

Patch Set 3 : pkasting review #

Patch Set 4 : restore #

Unified diffs Side-by-side diffs Delta from patch set Stats (+124 lines, -544 lines) Patch
D chrome/app/theme/default_100_percent/common/ash/browser_window_header_shade_left.png View 1 Binary file 0 comments Download
D chrome/app/theme/default_100_percent/common/ash/browser_window_header_shade_right.png View 1 Binary file 0 comments Download
D chrome/app/theme/default_100_percent/common/ash/browser_window_header_shade_top.png View 1 Binary file 0 comments Download
D chrome/app/theme/default_100_percent/common/ash/browser_window_header_shade_top_left.png View 1 Binary file 0 comments Download
D chrome/app/theme/default_100_percent/common/ash/browser_window_header_shade_top_right.png View 1 Binary file 0 comments Download
D chrome/app/theme/default_100_percent/common/ash/theme_default_active.png View Binary file 0 comments Download
D chrome/app/theme/default_100_percent/common/toolbar_shade_left.png View 1 Binary file 0 comments Download
D chrome/app/theme/default_100_percent/common/toolbar_shade_right.png View 1 Binary file 0 comments Download
D chrome/app/theme/default_100_percent/common/toolbar_shade_top.png View 1 Binary file 0 comments Download
D chrome/app/theme/default_100_percent/theme_toolbar_default.png View Binary file 0 comments Download
D chrome/app/theme/default_200_percent/common/ash/browser_window_header_shade_left.png View 1 Binary file 0 comments Download
D chrome/app/theme/default_200_percent/common/ash/browser_window_header_shade_right.png View 1 Binary file 0 comments Download
D chrome/app/theme/default_200_percent/common/ash/browser_window_header_shade_top.png View 1 Binary file 0 comments Download
D chrome/app/theme/default_200_percent/common/ash/browser_window_header_shade_top_left.png View 1 Binary file 0 comments Download
D chrome/app/theme/default_200_percent/common/ash/browser_window_header_shade_top_right.png View 1 Binary file 0 comments Download
D chrome/app/theme/default_200_percent/common/ash/theme_default_active.png View Binary file 0 comments Download
D chrome/app/theme/default_200_percent/common/toolbar_shade_left.png View 1 Binary file 0 comments Download
D chrome/app/theme/default_200_percent/common/toolbar_shade_right.png View 1 Binary file 0 comments Download
D chrome/app/theme/default_200_percent/common/toolbar_shade_top.png View 1 Binary file 0 comments Download
M chrome/app/theme/theme_resources.grd View 1 2 3 chunks +4 lines, -18 lines 0 comments Download
M chrome/browser/ui/BUILD.gn View 1 chunk +0 lines, -2 lines 0 comments Download
M chrome/browser/ui/views/dropdown_bar_host.cc View 1 chunk +0 lines, -1 line 0 comments Download
D chrome/browser/ui/views/dropdown_bar_view.h View 1 chunk +0 lines, -46 lines 0 comments Download
D chrome/browser/ui/views/dropdown_bar_view.cc View 1 chunk +0 lines, -109 lines 0 comments Download
M chrome/browser/ui/views/find_bar_view.h View 1 2 4 chunks +10 lines, -8 lines 0 comments Download
M chrome/browser/ui/views/find_bar_view.cc View 1 2 10 chunks +18 lines, -19 lines 0 comments Download
M chrome/browser/ui/views/frame/browser_header_painter_ash.h View 1 1 chunk +0 lines, -3 lines 0 comments Download
M chrome/browser/ui/views/frame/browser_header_painter_ash.cc View 1 3 chunks +0 lines, -54 lines 0 comments Download
M chrome/browser/ui/views/frame/browser_non_client_frame_view_ash.cc View 1 2 6 chunks +26 lines, -92 lines 0 comments Download
M chrome/browser/ui/views/frame/browser_non_client_frame_view_mus.cc View 1 2 4 chunks +27 lines, -109 lines 0 comments Download
M chrome/browser/ui/views/frame/browser_view.cc View 1 2 5 chunks +11 lines, -58 lines 0 comments Download
M chrome/browser/ui/views/tabs/tab.h View 1 2 1 chunk +7 lines, -4 lines 0 comments Download
M chrome/browser/ui/views/tabs/tab.cc View 1 2 3 6 chunks +21 lines, -21 lines 0 comments Download

Messages

Total messages: 23 (15 generated)
Evan Stade
+pkasting for review +oshima for c/a/t +tdanderson for FYI/optional review https://codereview.chromium.org/2441863002/diff/20001/chrome/browser/ui/views/frame/browser_non_client_frame_view_ash.cc File chrome/browser/ui/views/frame/browser_non_client_frame_view_ash.cc (left): https://codereview.chromium.org/2441863002/diff/20001/chrome/browser/ui/views/frame/browser_non_client_frame_view_ash.cc#oldcode574 ...
4 years, 2 months ago (2016-10-20 23:02:16 UTC) #3
Peter Kasting
LGTM https://codereview.chromium.org/2441863002/diff/20001/chrome/app/theme/theme_resources.grd File chrome/app/theme/theme_resources.grd (right): https://codereview.chromium.org/2441863002/diff/20001/chrome/app/theme/theme_resources.grd#newcode646 chrome/app/theme/theme_resources.grd:646: <structure type="chrome_scaled_image" name="IDR_THEME_TOOLBAR" file="notused.png" /> Nit: Might be ...
4 years, 2 months ago (2016-10-21 21:07:51 UTC) #8
Evan Stade
TBR oshima since it's just deletions in c/a/t https://codereview.chromium.org/2441863002/diff/20001/chrome/app/theme/theme_resources.grd File chrome/app/theme/theme_resources.grd (right): https://codereview.chromium.org/2441863002/diff/20001/chrome/app/theme/theme_resources.grd#newcode646 chrome/app/theme/theme_resources.grd:646: <structure ...
4 years, 2 months ago (2016-10-21 22:11:12 UTC) #10
Peter Kasting
https://codereview.chromium.org/2441863002/diff/20001/chrome/browser/ui/views/tabs/tab.cc File chrome/browser/ui/views/tabs/tab.cc (right): https://codereview.chromium.org/2441863002/diff/20001/chrome/browser/ui/views/tabs/tab.cc#newcode1221 chrome/browser/ui/views/tabs/tab.cc:1221: // to avoid caching a background image that isn't ...
4 years, 2 months ago (2016-10-22 00:14:44 UTC) #13
Evan Stade
https://codereview.chromium.org/2441863002/diff/20001/chrome/browser/ui/views/tabs/tab.cc File chrome/browser/ui/views/tabs/tab.cc (right): https://codereview.chromium.org/2441863002/diff/20001/chrome/browser/ui/views/tabs/tab.cc#newcode1221 chrome/browser/ui/views/tabs/tab.cc:1221: // to avoid caching a background image that isn't ...
4 years, 1 month ago (2016-10-24 13:01:20 UTC) #16
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/2441863002/60001
4 years, 1 month ago (2016-10-24 13:01:38 UTC) #19
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 1 month ago (2016-10-24 14:03:28 UTC) #21
commit-bot: I haz the power
4 years, 1 month ago (2016-10-24 14:05:45 UTC) #23
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/c65c5751b770c0f79f60e6eee8ccabe380804146
Cr-Commit-Position: refs/heads/master@{#427062}

Powered by Google App Engine
This is Rietveld 408576698