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

Issue 417793003: chromeos: Refactor the code for showing the network UI. (Closed)

Created:
6 years, 5 months ago by sadrul
Modified:
6 years, 5 months ago
Reviewers:
stevenjb, jennyz
CC:
chromium-reviews, nkostylev+watch_chromium.org, ben+ash_chromium.org, oshima+watch_chromium.org, kalyank, stevenjb+watch_chromium.org, davemoore+watch_chromium.org
Project:
chromium
Visibility:
Public.

Description

chromeos: Refactor the code for showing the network UI. This patch moves some code out of //ash into //chromeos so that it can be used in other components (e.g. athena). NetworkListView is introduced for representing the list of available networks to the user. It can query information through the NetworkListDelegate. NetworkInfo is used to contain the necessary information about a network. BUG=387199 R=stevenjb@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=285411

Patch Set 1 #

Patch Set 2 : . #

Patch Set 3 : . #

Patch Set 4 : fix-build #

Total comments: 6

Patch Set 5 : . #

Unified diffs Side-by-side diffs Delta from patch set Stats (+579 lines, -317 lines) Patch
M ash/ash_chromeos_strings.grdp View 2 chunks +0 lines, -21 lines 0 comments Download
M ash/system/chromeos/network/network_state_list_detailed_view.h View 1 2 3 4 7 chunks +17 lines, -31 lines 0 comments Download
M ash/system/chromeos/network/network_state_list_detailed_view.cc View 1 2 3 4 12 chunks +53 lines, -265 lines 0 comments Download
M ash/system/chromeos/network/tray_network.cc View 1 chunk +1 line, -0 lines 0 comments Download
M ash/system/chromeos/network/tray_vpn.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/status/network_menu.cc View 1 chunk +1 line, -0 lines 0 comments Download
M ui/chromeos/DEPS View 1 chunk +1 line, -0 lines 0 comments Download
A ui/chromeos/network/network_info.h View 1 2 1 chunk +35 lines, -0 lines 0 comments Download
A ui/chromeos/network/network_info.cc View 1 1 chunk +19 lines, -0 lines 0 comments Download
A ui/chromeos/network/network_list.h View 1 2 1 chunk +78 lines, -0 lines 0 comments Download
A ui/chromeos/network/network_list.cc View 1 2 3 4 1 chunk +290 lines, -0 lines 0 comments Download
A ui/chromeos/network/network_list_delegate.h View 1 2 3 4 1 chunk +52 lines, -0 lines 0 comments Download
M ui/chromeos/ui_chromeos.gyp View 1 2 chunks +8 lines, -0 lines 0 comments Download
M ui/chromeos/ui_chromeos_strings.grd View 1 chunk +22 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
sadrul
6 years, 5 months ago (2014-07-24 15:56:18 UTC) #1
stevenjb
https://codereview.chromium.org/417793003/diff/60001/ui/chromeos/network/network_list.cc File ui/chromeos/network/network_list.cc (right): https://codereview.chromium.org/417793003/diff/60001/ui/chromeos/network/network_list.cc#newcode166 ui/chromeos/network/network_list.cc:166: if (!delegate_->ShouldListOnlyVPN()) { I don't like embedding "OnlyVPN" in ...
6 years, 5 months ago (2014-07-24 19:13:54 UTC) #2
sadrul
https://codereview.chromium.org/417793003/diff/60001/ui/chromeos/network/network_list.cc File ui/chromeos/network/network_list.cc (right): https://codereview.chromium.org/417793003/diff/60001/ui/chromeos/network/network_list.cc#newcode166 ui/chromeos/network/network_list.cc:166: if (!delegate_->ShouldListOnlyVPN()) { On 2014/07/24 19:13:54, stevenjb wrote: > ...
6 years, 5 months ago (2014-07-24 20:38:45 UTC) #3
stevenjb
lgtm
6 years, 5 months ago (2014-07-24 21:07:08 UTC) #4
sadrul
6 years, 5 months ago (2014-07-24 23:47:22 UTC) #5
Message was sent while issue was closed.
Committed patchset #5 manually as r285411 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698