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

Unified Diff: ash/common/system/chromeos/power/power_status.h

Issue 2795823002: Remove pre-MD code from PowerStatusView. (Closed)
Patch Set: . Created 3 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
Index: ash/common/system/chromeos/power/power_status.h
diff --git a/ash/common/system/chromeos/power/power_status.h b/ash/common/system/chromeos/power/power_status.h
index f94c740b2603ead9faea90b21e0fb67b6616ea44..a0537d8144cf92f9229f66a403633f6231e7ffa5 100644
--- a/ash/common/system/chromeos/power/power_status.h
+++ b/ash/common/system/chromeos/power/power_status.h
@@ -192,7 +192,7 @@ class ASH_EXPORT PowerStatus : public chromeos::PowerManagerClient::Observer {
// Returns information about the image that would be returned by
// GetBatteryImage(). This can be cached and compared against future objects
// returned by this method to avoid creating new images unnecessarily.
- BatteryImageInfo GetBatteryImageInfo(IconSet icon_set) const;
+ BatteryImageInfo GetBatteryImageInfo() const;
// A helper function called by GetBatteryImageInfo(). Populates the fields of
// |info|.

Powered by Google App Engine
This is Rietveld 408576698