|
Use GUID instead of servicePath in network settings
* Uses guid instead of service path in the Internet Settings UI
* Uses chrome://settings/internet?guid= instead of ?servicePath=
* Uses chrome.networkingPrivate.getManagedProperties and setProperties directly in Internet Settings
* Makes callback parameter optional in networkingPrivate for setters
* Removes the difficult to maintain (and only partially implemented) Error translation from internet setigns, adding a general TODO for translating ONC properties in the UI.
* Replaces ShowNetworkSettings with ShowNetworkSettingsForGuid in NetworkConnect::Delegate and ash::SystemTrayDelegate
* Uses guid instead of service path in UIProxyConfigService
BUG= 467275
For chrome/browser/ui/ash:
TBR=oshima@chromium.org
Committed: https://crrev.com/82dbc53092955f8609b402be88183693d4e19718
Cr-Commit-Position: refs/heads/master@{#320662}
Total comments: 19
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+171 lines, -198 lines) |
Patch |
 |
M |
ash/system/chromeos/network/network_state_list_detailed_view.cc
|
View
|
1
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
ash/system/tray/system_tray_delegate.h
|
View
|
1
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
ash/system/tray/system_tray_delegate.cc
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/login/ui/proxy_settings_dialog.cc
|
View
|
1
2
3
4
5
6
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/offline/offline_load_page.cc
|
View
|
1
|
1 chunk |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/status/data_promo_notification.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/ui_proxy_config_service.h
|
View
|
|
2 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/ui_proxy_config_service.cc
|
View
|
1
2
3
|
5 chunks |
+22 lines, -24 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/resources/options/chromeos/internet_detail.js
|
View
|
1
2
3
4
|
13 chunks |
+20 lines, -23 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/resources/options/chromeos/network_list.js
|
View
|
1
2
3
|
4 chunks |
+8 lines, -15 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/resources/options/chromeos/onc_data.js
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/resources/options/chromeos/preferred_networks.js
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/ash/network_connect_delegate_chromeos.h
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/ash/network_connect_delegate_chromeos.cc
|
View
|
1
|
1 chunk |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/ash/system_tray_delegate_chromeos.h
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/ash/system_tray_delegate_chromeos.cc
|
View
|
1
|
2 chunks |
+7 lines, -10 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/browser_navigator_browsertest.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/webui/options/chromeos/core_chromeos_options_handler.cc
|
View
|
|
2 chunks |
+4 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/webui/options/chromeos/internet_options_handler.h
|
View
|
1
2
3
4
5
|
2 chunks |
+4 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/webui/options/chromeos/internet_options_handler.cc
|
View
|
1
2
3
4
5
|
14 chunks |
+55 lines, -78 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/webui/options/preferences_browsertest.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
extensions/common/api/networking_private.json
|
View
|
1
2
3
|
3 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/chromeos/network/network_connect.h
|
View
|
1
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ui/chromeos/network/network_connect.cc
|
View
|
1
|
4 chunks |
+7 lines, -5 lines |
0 comments
|
Download
|
 |
M |
ui/chromeos/network/network_state_notifier.h
|
View
|
1
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ui/chromeos/network/network_state_notifier.cc
|
View
|
1
|
4 chunks |
+6 lines, -6 lines |
0 comments
|
Download
|
 |
M |
ui/chromeos/network/network_state_notifier_unittest.cc
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
Total messages: 20 (7 generated)
|