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

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: Add SystemTrayDelegate::RequestStatusUpdate Created 8 years, 8 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 d246e6ce53d8ae98c3415b3037651b4bd1184d38..5e66a610bd67793af9263832626fbc74e9268a3c 100644
--- a/ash/shell.cc
+++ b/ash/shell.cc
@@ -306,6 +306,9 @@ class DummySystemTrayDelegate : public SystemTrayDelegate {
return PowerSupplyStatus();
}
+ virtual void RequestStatusUpdate() const OVERRIDE {
+ }
+
virtual void ShowSettings() OVERRIDE {
}
« 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