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

Unified Diff: ash/shell.cc

Issue 9983002: Pass correct initial/user values when requesting power status (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | ash/system/power/tray_power.cc » ('j') | ash/system/power/tray_power.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shell.cc
diff --git a/ash/shell.cc b/ash/shell.cc
index 21af31b1ea29c6dd4ae24d33b6fdb4e43ec7f946..714c2cdc0f239a94f7a17f44d659a7e542fb1c22 100644
--- a/ash/shell.cc
+++ b/ash/shell.cc
@@ -301,7 +301,8 @@ class DummySystemTrayDelegate : public SystemTrayDelegate {
return base::k24HourClock;
}
- virtual PowerSupplyStatus GetPowerSupplyStatus() const OVERRIDE {
+ virtual PowerSupplyStatus GetPowerSupplyStatus(
+ UpdateRequestType request_type) const OVERRIDE {
return PowerSupplyStatus();
}
« no previous file with comments | « no previous file | ash/system/power/tray_power.cc » ('j') | ash/system/power/tray_power.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698