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

Issue 2109293002: mash: Convert system tray network item to wm common types (Closed)

Created:
4 years, 5 months ago by James Cook
Modified:
4 years, 5 months ago
Reviewers:
msw, Daniel Erat
CC:
chromium-reviews, kalyank, stevenjb+watch_chromium.org, sadrul, oshima+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

mash: Convert system tray network item to wm common types * Convert NetworkStateListDetailedView to wm common types and add debug name. * Fix include guards. * Move files to //ash/common/system/chromeos. * Fix DEPS. BUG=619636 TEST=ash_unittests, manual by opening the network (i) info panel and dumping the window tree with Ctrl-Alt-Shift-W TBR=derat@chromium.org Committed: https://crrev.com/75c5a013d3d9c9bfd8874d754f65b75631f1b5b0 Cr-Commit-Position: refs/heads/master@{#403301}

Patch Set 1 #

Patch Set 2 : rebase #

Total comments: 2

Patch Set 3 : tweak string #

Unified diffs Side-by-side diffs Delta from patch set Stats (+76 lines, -3142 lines) Patch
M ash/ash.gyp View 1 2 chunks +15 lines, -15 lines 0 comments Download
M ash/common/system/chromeos/DEPS View 1 chunk +1 line, -0 lines 0 comments Download
A + ash/common/system/chromeos/network/DEPS View 0 chunks +-1 lines, --1 lines 0 comments Download
A + ash/common/system/chromeos/network/network_detailed_view.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + ash/common/system/chromeos/network/network_state_list_detailed_view.h View 2 chunks +4 lines, -4 lines 0 comments Download
A + ash/common/system/chromeos/network/network_state_list_detailed_view.cc View 1 2 6 chunks +18 lines, -10 lines 0 comments Download
A + ash/common/system/chromeos/network/tray_network.h View 2 chunks +4 lines, -4 lines 0 comments Download
A + ash/common/system/chromeos/network/tray_network.cc View 2 chunks +3 lines, -3 lines 0 comments Download
A + ash/common/system/chromeos/network/tray_network_state_observer.h View 2 chunks +3 lines, -6 lines 0 comments Download
A + ash/common/system/chromeos/network/tray_network_state_observer.cc View 1 chunk +1 line, -1 line 0 comments Download
A + ash/common/system/chromeos/network/tray_sms.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + ash/common/system/chromeos/network/tray_sms.cc View 2 chunks +1 line, -2 lines 0 comments Download
A + ash/common/system/chromeos/network/tray_vpn.h View 2 chunks +4 lines, -4 lines 0 comments Download
A + ash/common/system/chromeos/network/tray_vpn.cc View 1 chunk +3 lines, -3 lines 0 comments Download
A + ash/common/system/chromeos/network/vpn_delegate.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + ash/common/system/chromeos/network/vpn_delegate.cc View 1 chunk +1 line, -1 line 0 comments Download
A + ash/common/system/chromeos/network/vpn_list_view.h View 2 chunks +4 lines, -4 lines 0 comments Download
A + ash/common/system/chromeos/network/vpn_list_view.cc View 1 chunk +2 lines, -2 lines 0 comments Download
D ash/system/chromeos/network/DEPS View 1 chunk +0 lines, -3 lines 0 comments Download
D ash/system/chromeos/network/network_detailed_view.h View 1 chunk +0 lines, -43 lines 0 comments Download
D ash/system/chromeos/network/network_state_list_detailed_view.h View 1 chunk +0 lines, -156 lines 0 comments Download
D ash/system/chromeos/network/network_state_list_detailed_view.cc View 1 chunk +0 lines, -924 lines 0 comments Download
D ash/system/chromeos/network/tray_network.h View 1 chunk +0 lines, -70 lines 0 comments Download
D ash/system/chromeos/network/tray_network.cc View 1 chunk +0 lines, -339 lines 0 comments Download
D ash/system/chromeos/network/tray_network_state_observer.h View 1 chunk +0 lines, -64 lines 0 comments Download
D ash/system/chromeos/network/tray_network_state_observer.cc View 1 chunk +0 lines, -96 lines 0 comments Download
D ash/system/chromeos/network/tray_sms.h View 1 chunk +0 lines, -66 lines 0 comments Download
D ash/system/chromeos/network/tray_sms.cc View 1 chunk +0 lines, -413 lines 0 comments Download
D ash/system/chromeos/network/tray_vpn.h View 1 chunk +0 lines, -52 lines 0 comments Download
D ash/system/chromeos/network/tray_vpn.cc View 1 chunk +0 lines, -176 lines 0 comments Download
D ash/system/chromeos/network/vpn_delegate.h View 1 chunk +0 lines, -101 lines 0 comments Download
D ash/system/chromeos/network/vpn_delegate.cc View 1 chunk +0 lines, -54 lines 0 comments Download
D ash/system/chromeos/network/vpn_list_view.h View 1 chunk +0 lines, -95 lines 0 comments Download
D ash/system/chromeos/network/vpn_list_view.cc View 1 chunk +0 lines, -419 lines 0 comments Download
M ash/system/tray/system_tray.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/ui/ash/vpn_delegate_chromeos.h View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 20 (9 generated)
James Cook
msw, please take a look. This eliminates the second-to-last reference to ui/aura/window.h in ash/system (outside ...
4 years, 5 months ago (2016-06-29 23:25:26 UTC) #2
msw
lgtm with a nit https://codereview.chromium.org/2109293002/diff/20001/ash/common/system/chromeos/network/network_state_list_detailed_view.cc File ash/common/system/chromeos/network/network_state_list_detailed_view.cc (right): https://codereview.chromium.org/2109293002/diff/20001/ash/common/system/chromeos/network/network_state_list_detailed_view.cc#newcode152 ash/common/system/chromeos/network/network_state_list_detailed_view.cc:152: params->name = "NetworkStateListDetailedView"; nit: should ...
4 years, 5 months ago (2016-06-30 17:41:12 UTC) #3
James Cook
Thanks for the review! https://codereview.chromium.org/2109293002/diff/20001/ash/common/system/chromeos/network/network_state_list_detailed_view.cc File ash/common/system/chromeos/network/network_state_list_detailed_view.cc (right): https://codereview.chromium.org/2109293002/diff/20001/ash/common/system/chromeos/network/network_state_list_detailed_view.cc#newcode152 ash/common/system/chromeos/network/network_state_list_detailed_view.cc:152: params->name = "NetworkStateListDetailedView"; On 2016/06/30 ...
4 years, 5 months ago (2016-06-30 18:28:50 UTC) #4
James Cook
TBR derat@ for moving an existing chromeos DEPS file from one place to another
4 years, 5 months ago (2016-06-30 18:29:17 UTC) #6
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/2109293002/40001
4 years, 5 months ago (2016-06-30 18:29:52 UTC) #9
commit-bot: I haz the power
Try jobs failed on following builders: ios-device on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios-device/builds/29633)
4 years, 5 months ago (2016-06-30 18:35:06 UTC) #11
Daniel Erat
lgtm
4 years, 5 months ago (2016-06-30 19:30:07 UTC) #12
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/2109293002/40001
4 years, 5 months ago (2016-06-30 21:37:17 UTC) #15
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 5 months ago (2016-06-30 21:43:09 UTC) #17
commit-bot: I haz the power
CQ bit was unchecked.
4 years, 5 months ago (2016-06-30 21:43:23 UTC) #18
commit-bot: I haz the power
4 years, 5 months ago (2016-06-30 21:44:46 UTC) #20
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/75c5a013d3d9c9bfd8874d754f65b75631f1b5b0
Cr-Commit-Position: refs/heads/master@{#403301}

Powered by Google App Engine
This is Rietveld 408576698