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

Issue 2552903003: Remove unreleased web app frame code from ChromeOS (Closed)

Created:
4 years ago by benwells
Modified:
4 years ago
Reviewers:
tapted, Peter Kasting
CC:
chromium-reviews, extensions-reviews_chromium.org, asvitkine+watch_chromium.org, tfarina, oshima+watch_chromium.org, chromium-apps-reviews_chromium.org, davemoore+watch_chromium.org, chrome-apps-syd-reviews_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Remove unreleased web app frame code from ChromeOS This UI was experimental and is not going to be released. BUG=562280 Committed: https://crrev.com/8e885367b432753eb4cc76e39faa3f32cbb529e4 Cr-Commit-Position: refs/heads/master@{#439737}

Patch Set 1 #

Total comments: 6

Patch Set 2 : Rebase #

Patch Set 3 : Feedback #

Patch Set 4 : And strings #

Patch Set 5 : 'nother bit #

Total comments: 8

Patch Set 6 : Rebase #

Patch Set 7 : Nits #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+21 lines, -599 lines) Patch
M chrome/app/generated_resources.grd View 1 2 3 4 5 1 chunk +0 lines, -8 lines 0 comments Download
M chrome/browser/about_flags.cc View 1 2 3 4 5 1 chunk +0 lines, -5 lines 0 comments Download
M chrome/browser/chromeos/BUILD.gn View 1 2 3 4 5 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/ui/BUILD.gn View 1 2 3 4 5 1 chunk +0 lines, -2 lines 0 comments Download
M chrome/browser/ui/browser.h View 2 chunks +0 lines, -4 lines 0 comments Download
M chrome/browser/ui/browser.cc View 1 3 chunks +2 lines, -20 lines 3 comments Download
M chrome/browser/ui/extensions/hosted_app_browser_controller.h View 2 chunks +0 lines, -7 lines 0 comments Download
M chrome/browser/ui/extensions/hosted_app_browser_controller.cc View 1 2 3 4 5 6 5 chunks +2 lines, -31 lines 0 comments Download
M chrome/browser/ui/extensions/hosted_app_browsertest.cc View 1 2 3 4 5 6 2 chunks +0 lines, -86 lines 0 comments Download
M chrome/browser/ui/views/frame/browser_frame.h View 1 2 1 chunk +0 lines, -9 lines 0 comments Download
M chrome/browser/ui/views/frame/browser_frame.cc View 1 2 1 chunk +0 lines, -8 lines 0 comments Download
M chrome/browser/ui/views/frame/browser_non_client_frame_view.h View 1 2 1 chunk +0 lines, -7 lines 0 comments Download
M chrome/browser/ui/views/frame/browser_non_client_frame_view.cc View 1 2 1 chunk +0 lines, -7 lines 0 comments Download
M chrome/browser/ui/views/frame/browser_non_client_frame_view_ash.h View 5 chunks +0 lines, -14 lines 0 comments Download
M chrome/browser/ui/views/frame/browser_non_client_frame_view_ash.cc View 1 9 chunks +5 lines, -48 lines 0 comments Download
M chrome/browser/ui/views/frame/browser_non_client_frame_view_mus.h View 1 2 3 4 5 3 chunks +0 lines, -8 lines 0 comments Download
M chrome/browser/ui/views/frame/browser_non_client_frame_view_mus.cc View 1 2 3 4 5 5 chunks +6 lines, -23 lines 0 comments Download
M chrome/browser/ui/views/frame/browser_view.cc View 1 2 3 4 5 4 chunks +6 lines, -13 lines 0 comments Download
D chrome/browser/ui/views/frame/web_app_left_header_view_ash.h View 1 chunk +0 lines, -66 lines 0 comments Download
D chrome/browser/ui/views/frame/web_app_left_header_view_ash.cc View 1 chunk +0 lines, -99 lines 0 comments Download
D chrome/browser/ui/views/frame/web_app_left_header_view_ash_unittest.cc View 1 chunk +0 lines, -128 lines 0 comments Download
M chrome/common/chrome_switches.h View 1 1 chunk +0 lines, -1 line 0 comments Download
M chrome/common/chrome_switches.cc View 1 1 chunk +0 lines, -4 lines 0 comments Download

Messages

Total messages: 31 (18 generated)
benwells
tapted for initial local review :)
4 years ago (2016-12-06 07:10:44 UTC) #6
tapted
https://codereview.chromium.org/2552903003/diff/1/chrome/browser/ui/views/frame/browser_non_client_frame_view_ash.h File chrome/browser/ui/views/frame/browser_non_client_frame_view_ash.h (left): https://codereview.chromium.org/2552903003/diff/1/chrome/browser/ui/views/frame/browser_non_client_frame_view_ash.h#oldcode38 chrome/browser/ui/views/frame/browser_non_client_frame_view_ash.h:38: void UpdateToolbar() override; Can this be deleted from BrowserNonClientFrameView? ...
4 years ago (2016-12-06 23:52:28 UTC) #7
benwells
https://codereview.chromium.org/2552903003/diff/1/chrome/browser/ui/views/frame/browser_non_client_frame_view_ash.h File chrome/browser/ui/views/frame/browser_non_client_frame_view_ash.h (left): https://codereview.chromium.org/2552903003/diff/1/chrome/browser/ui/views/frame/browser_non_client_frame_view_ash.h#oldcode38 chrome/browser/ui/views/frame/browser_non_client_frame_view_ash.h:38: void UpdateToolbar() override; On 2016/12/06 23:52:28, tapted wrote: > ...
4 years ago (2016-12-15 23:08:41 UTC) #15
benwells
On 2016/12/15 23:08:41, benwells wrote: > https://codereview.chromium.org/2552903003/diff/1/chrome/browser/ui/views/frame/browser_non_client_frame_view_ash.h > File chrome/browser/ui/views/frame/browser_non_client_frame_view_ash.h (left): > > https://codereview.chromium.org/2552903003/diff/1/chrome/browser/ui/views/frame/browser_non_client_frame_view_ash.h#oldcode38 > ...
4 years ago (2016-12-15 23:09:56 UTC) #16
benwells
ok, should be good for review now
4 years ago (2016-12-15 23:34:39 UTC) #17
tapted
lgtm https://codereview.chromium.org/2552903003/diff/100001/chrome/browser/ui/extensions/hosted_app_browser_controller.cc File chrome/browser/ui/extensions/hosted_app_browser_controller.cc (right): https://codereview.chromium.org/2552903003/diff/100001/chrome/browser/ui/extensions/hosted_app_browser_controller.cc#newcode7 chrome/browser/ui/extensions/hosted_app_browser_controller.cc:7: #include "base/command_line.h" nit: this can probably be removed ...
4 years ago (2016-12-16 03:30:36 UTC) #18
benwells
+pkasting for chrome/browser/ui/*.* and chrome/browser/ui/views/frame/ https://codereview.chromium.org/2552903003/diff/100001/chrome/browser/ui/extensions/hosted_app_browser_controller.cc File chrome/browser/ui/extensions/hosted_app_browser_controller.cc (right): https://codereview.chromium.org/2552903003/diff/100001/chrome/browser/ui/extensions/hosted_app_browser_controller.cc#newcode7 chrome/browser/ui/extensions/hosted_app_browser_controller.cc:7: #include "base/command_line.h" On 2016/12/16 ...
4 years ago (2016-12-19 03:59:06 UTC) #20
Peter Kasting
LGTM https://codereview.chromium.org/2552903003/diff/140001/chrome/browser/ui/browser.cc File chrome/browser/ui/browser.cc (right): https://codereview.chromium.org/2552903003/diff/140001/chrome/browser/ui/browser.cc#newcode2408 chrome/browser/ui/browser.cc:2408: if (hosted_app_controller_) Nit: Shorter (but maybe you don't ...
4 years ago (2016-12-20 02:44:04 UTC) #21
benwells
https://codereview.chromium.org/2552903003/diff/140001/chrome/browser/ui/browser.cc File chrome/browser/ui/browser.cc (right): https://codereview.chromium.org/2552903003/diff/140001/chrome/browser/ui/browser.cc#newcode2408 chrome/browser/ui/browser.cc:2408: if (hosted_app_controller_) On 2016/12/20 02:44:03, Peter Kasting wrote: > ...
4 years ago (2016-12-20 03:44:20 UTC) #22
Peter Kasting
https://codereview.chromium.org/2552903003/diff/140001/chrome/browser/ui/browser.cc File chrome/browser/ui/browser.cc (right): https://codereview.chromium.org/2552903003/diff/140001/chrome/browser/ui/browser.cc#newcode2408 chrome/browser/ui/browser.cc:2408: if (hosted_app_controller_) On 2016/12/20 03:44:20, benwells wrote: > On ...
4 years ago (2016-12-20 04:47:31 UTC) #23
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/2552903003/140001
4 years ago (2016-12-20 04:52:33 UTC) #26
commit-bot: I haz the power
Committed patchset #7 (id:140001)
4 years ago (2016-12-20 07:49:26 UTC) #29
commit-bot: I haz the power
4 years ago (2016-12-20 07:52:14 UTC) #31
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/8e885367b432753eb4cc76e39faa3f32cbb529e4
Cr-Commit-Position: refs/heads/master@{#439737}

Powered by Google App Engine
This is Rietveld 408576698