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

Issue 2698473007: Convert path usage in NetworkListViewBase subclasses to use guids. (Closed)

Created:
3 years, 10 months ago by Ryan Hansberry
Modified:
3 years, 10 months ago
CC:
chromium-reviews, kalyank, stevenjb+watch_chromium.org, oshima+watch_chromium.org, sadrul, Kyle Horimoto
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Convert path usage in NetworkListViewBase subclasses to use guids. BUG=457855 Review-Url: https://codereview.chromium.org/2698473007 Cr-Commit-Position: refs/heads/master@{#451499} Committed: https://chromium.googlesource.com/chromium/src/+/ee86b6c003b66c41ad820151cbeda650920fbe76

Patch Set 1 #

Patch Set 2 : Formatting. #

Total comments: 4

Patch Set 3 : service_path to guid across all of ash #

Total comments: 2

Patch Set 4 : Fix a comment. #

Patch Set 5 : Tweak NetworkPortalNotificationControllerTest to create GUIDs for new NetworkStates. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+133 lines, -142 lines) Patch
M ash/common/system/chromeos/network/network_icon.h View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
M ash/common/system/chromeos/network/network_info.h View 1 chunk +2 lines, -2 lines 0 comments Download
M ash/common/system/chromeos/network/network_info.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M ash/common/system/chromeos/network/network_list.h View 1 3 chunks +6 lines, -7 lines 0 comments Download
M ash/common/system/chromeos/network/network_list.cc View 1 2 11 chunks +27 lines, -30 lines 0 comments Download
M ash/common/system/chromeos/network/network_list_md.h View 1 3 chunks +7 lines, -8 lines 0 comments Download
M ash/common/system/chromeos/network/network_list_md.cc View 1 11 chunks +31 lines, -36 lines 0 comments Download
M ash/common/system/chromeos/network/network_list_view_base.h View 1 1 chunk +3 lines, -4 lines 0 comments Download
M ash/common/system/chromeos/network/network_portal_detector_observer.h View 1 2 3 1 chunk +3 lines, -2 lines 0 comments Download
M ash/common/system/chromeos/network/network_state_list_detailed_view.cc View 1 2 3 2 chunks +6 lines, -6 lines 0 comments Download
M ash/common/system/chromeos/network/tray_network.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M ash/common/system/chromeos/network/tray_network.cc View 1 2 1 chunk +1 line, -2 lines 0 comments Download
M ash/common/system/chromeos/network/vpn_list_view.h View 1 2 chunks +3 lines, -5 lines 0 comments Download
M ash/common/system/chromeos/network/vpn_list_view.cc View 1 9 chunks +17 lines, -18 lines 0 comments Download
M ash/common/system/networking_config_delegate.h View 1 2 2 chunks +3 lines, -3 lines 0 comments Download
M ash/common/system/tray/system_tray_notifier.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M ash/common/system/tray/system_tray_notifier.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M ash/mus/system_tray_delegate_mus.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/net/network_portal_notification_controller.h View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/net/network_portal_notification_controller.cc View 1 2 2 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/chromeos/net/network_portal_notification_controller_unittest.cc View 1 2 3 4 5 chunks +5 lines, -0 lines 0 comments Download
M chrome/browser/ui/ash/networking_config_delegate_chromeos.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/ash/networking_config_delegate_chromeos.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 37 (17 generated)
Ryan Hansberry
Tested this change manually and it works, but there don't seem to be any unit ...
3 years, 10 months ago (2017-02-16 22:18:05 UTC) #3
Ryan Hansberry
Let me know if there's a bug I should associate this change with.
3 years, 10 months ago (2017-02-16 22:18:48 UTC) #4
stevenjb
On 2017/02/16 22:18:48, Ryan Hansberry wrote: > Let me know if there's a bug I ...
3 years, 10 months ago (2017-02-16 22:25:33 UTC) #5
stevenjb
Please also grep for 'service_path', e.g. SystemTrayNotifier still references it in NotifyOnCaptivePortalDetected (I believe that ...
3 years, 10 months ago (2017-02-16 22:40:32 UTC) #6
Ryan Hansberry
Grepped across src/ash/ and changed all service_path vars to guid. Also made sure to change ...
3 years, 10 months ago (2017-02-16 23:14:18 UTC) #7
stevenjb
Thanks! LGTM https://codereview.chromium.org/2698473007/diff/40001/ash/common/system/chromeos/network/network_portal_detector_observer.h File ash/common/system/chromeos/network/network_portal_detector_observer.h (right): https://codereview.chromium.org/2698473007/diff/40001/ash/common/system/chromeos/network/network_portal_detector_observer.h#newcode16 ash/common/system/chromeos/network/network_portal_detector_observer.h:16: // Called when captive portal is detected ...
3 years, 10 months ago (2017-02-16 23:57:48 UTC) #8
stevenjb
On 2017/02/16 23:57:48, stevenjb wrote: > Thanks! LGTM > > https://codereview.chromium.org/2698473007/diff/40001/ash/common/system/chromeos/network/network_portal_detector_observer.h > File ash/common/system/chromeos/network/network_portal_detector_observer.h > ...
3 years, 10 months ago (2017-02-16 23:58:23 UTC) #9
Ryan Hansberry
https://codereview.chromium.org/2698473007/diff/40001/ash/common/system/chromeos/network/network_portal_detector_observer.h File ash/common/system/chromeos/network/network_portal_detector_observer.h (right): https://codereview.chromium.org/2698473007/diff/40001/ash/common/system/chromeos/network/network_portal_detector_observer.h#newcode16 ash/common/system/chromeos/network/network_portal_detector_observer.h:16: // Called when captive portal is detected for a ...
3 years, 10 months ago (2017-02-17 01:43:18 UTC) #11
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/2698473007/60001
3 years, 10 months ago (2017-02-17 01:45:44 UTC) #14
commit-bot: I haz the power
Try jobs failed on following builders: chromeos_amd64-generic_chromium_compile_only_ng on master.tryserver.chromium.linux (JOB_TIMED_OUT, no build URL) chromium_presubmit on ...
3 years, 10 months ago (2017-02-17 03:48:03 UTC) #16
Ryan Hansberry
derat@, I added you as an owner of ash/mus/system_tray_delegate_mus.
3 years, 10 months ago (2017-02-17 18:04:17 UTC) #18
Daniel Erat
lgtm for ash/mus/
3 years, 10 months ago (2017-02-17 18:08:15 UTC) #19
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/2698473007/60001
3 years, 10 months ago (2017-02-17 18:21:13 UTC) #21
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_ozone_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_ozone_rel_ng/builds/324432)
3 years, 10 months ago (2017-02-17 19:50:58 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/2698473007/80001
3 years, 10 months ago (2017-02-17 22:54:33 UTC) #26
commit-bot: I haz the power
Try jobs failed on following builders: cast_shell_linux on master.tryserver.chromium.linux (JOB_TIMED_OUT, no build URL) chromeos_amd64-generic_chromium_compile_only_ng on ...
3 years, 10 months ago (2017-02-18 00:58:27 UTC) #28
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/2698473007/80001
3 years, 10 months ago (2017-02-18 01:27:32 UTC) #30
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_TIMED_OUT, no build URL)
3 years, 10 months ago (2017-02-18 03:29:22 UTC) #32
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/2698473007/80001
3 years, 10 months ago (2017-02-18 23:46:13 UTC) #34
commit-bot: I haz the power
3 years, 10 months ago (2017-02-18 23:57:11 UTC) #37
Message was sent while issue was closed.
Committed patchset #5 (id:80001) as
https://chromium.googlesource.com/chromium/src/+/ee86b6c003b66c41ad820151cbed...

Powered by Google App Engine
This is Rietveld 408576698