|
|
chromeos: Notify power manager about user activity.
This makes Chrome call powerd's HandleUserActivity D-Bus
method in response to input events (but no more often than
once every five seconds).
BUG= chromium-os:31351
TEST=manual: tailed powerd's log and saw that it's receiving HandleUserActivity calls every five seconds as i type or move the mouse
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=140849
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+287 lines, -19 lines) |
Patch |
 |
M |
ash/ash.gyp
|
View
|
1
2
|
2 chunks |
+13 lines, -10 lines |
0 comments
|
Download
|
 |
M |
ash/shell.h
|
View
|
1
2
|
3 chunks |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ash/shell.cc
|
View
|
1
2
|
3 chunks |
+10 lines, -7 lines |
0 comments
|
Download
|
 |
A |
ash/wm/user_activity_detector.h
|
View
|
1
|
1 chunk |
+61 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ash/wm/user_activity_detector.cc
|
View
|
1
|
1 chunk |
+63 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ash/wm/user_activity_observer.h
|
View
|
1
|
1 chunk |
+31 lines, -0 lines |
0 comments
|
Download
|
 |
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
|
|
3 chunks |
+5 lines, -2 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/chromeos/power/user_activity_notifier.h
|
View
|
1
|
1 chunk |
+34 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/chromeos/power/user_activity_notifier.cc
|
View
|
1
|
1 chunk |
+40 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/chrome_browser.gypi
|
View
|
1
2
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chromeos/dbus/mock_power_manager_client.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chromeos/dbus/power_manager_client.h
|
View
|
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chromeos/dbus/power_manager_client.cc
|
View
|
1
2
|
2 chunks |
+15 lines, -0 lines |
0 comments
|
Download
|
Total messages: 6 (0 generated)
|