|
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
Total comments: 6
|
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
|
Total messages: 5 (0 generated)
|