|
Clean up wake on wifi handling
Unify all the wake-on-wifi related code into one place. Since the entire shill
API moved over into the Device interface, make the corresponding change on the
chrome side. Finally, add a new preference that will be hooked up to the
settings UI and will be responsible for controlling shill's behavior.
BUG= 424719
Committed: https://crrev.com/1c4090c9467c8ffcf01beec023686529cb8cd521
Cr-Commit-Position: refs/heads/master@{#304684}
Total comments: 29
Total comments: 28
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+617 lines, -231 lines) |
Patch |
 |
M |
chrome/browser/chromeos/chrome_browser_main_chromeos.h
|
View
|
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/chrome_browser_main_chromeos.cc
|
View
|
1
2
3
4
|
3 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/chromeos/net/wake_on_wifi_manager.h
|
View
|
1
2
3
4
|
1 chunk |
+61 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/chromeos/net/wake_on_wifi_manager.cc
|
View
|
1
2
3
4
|
1 chunk |
+213 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/preferences.h
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/preferences.cc
|
View
|
1
2
3
4
|
4 chunks |
+20 lines, -0 lines |
0 comments
|
Download
|
 |
D |
chrome/browser/services/gcm/chromeos_gcm_connection_observer.h
|
View
|
|
1 chunk |
+0 lines, -34 lines |
0 comments
|
Download
|
 |
D |
chrome/browser/services/gcm/chromeos_gcm_connection_observer.cc
|
View
|
|
1 chunk |
+0 lines, -47 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/services/gcm/gcm_profile_service.h
|
View
|
|
1 chunk |
+0 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/services/gcm/gcm_profile_service.cc
|
View
|
|
3 chunks |
+0 lines, -12 lines |
0 comments
|
Download
|
 |
M |
chrome/chrome_browser.gypi
|
View
|
1
2
3
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/chrome_browser_chromeos.gypi
|
View
|
1
2
3
4
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/common/pref_names.h
|
View
|
1
2
3
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/common/pref_names.cc
|
View
|
1
2
3
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chromeos/dbus/fake_shill_device_client.h
|
View
|
1
|
3 chunks |
+20 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chromeos/dbus/fake_shill_device_client.cc
|
View
|
1
|
12 chunks |
+65 lines, -10 lines |
0 comments
|
Download
|
 |
M |
chromeos/dbus/fake_shill_manager_client.h
|
View
|
|
1 chunk |
+0 lines, -11 lines |
0 comments
|
Download
|
 |
M |
chromeos/dbus/fake_shill_manager_client.cc
|
View
|
|
1 chunk |
+0 lines, -17 lines |
0 comments
|
Download
|
 |
M |
chromeos/dbus/mock_shill_manager_client.h
|
View
|
|
1 chunk |
+0 lines, -11 lines |
0 comments
|
Download
|
 |
M |
chromeos/dbus/shill_device_client.h
|
View
|
|
2 chunks |
+29 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chromeos/dbus/shill_device_client.cc
|
View
|
1
2
3
4
|
3 chunks |
+50 lines, -1 line |
0 comments
|
Download
|
 |
M |
chromeos/dbus/shill_manager_client.h
|
View
|
|
1 chunk |
+0 lines, -18 lines |
0 comments
|
Download
|
 |
M |
chromeos/dbus/shill_manager_client.cc
|
View
|
|
1 chunk |
+0 lines, -45 lines |
0 comments
|
Download
|
 |
M |
chromeos/network/fake_network_device_handler.h
|
View
|
|
1 chunk |
+14 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chromeos/network/fake_network_device_handler.cc
|
View
|
|
1 chunk |
+14 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chromeos/network/network_device_handler.h
|
View
|
|
2 chunks |
+24 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chromeos/network/network_device_handler_impl.h
|
View
|
1
|
2 chunks |
+18 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chromeos/network/network_device_handler_impl.cc
|
View
|
1
2
3
|
4 chunks |
+73 lines, -18 lines |
0 comments
|
Download
|
 |
M |
components/gcm_driver/gcm_driver_desktop.h
|
View
|
1
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
Total messages: 28 (6 generated)
|