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

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

Issue 380943002: Added battery level and time to the status tray's accessible name. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 5 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/chromeos/power/power_status.cc » ('j') | ash/system/tray/system_tray.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/chromeos/power/power_status.h
diff --git a/ash/system/chromeos/power/power_status.h b/ash/system/chromeos/power/power_status.h
index 88f3585ddb0b95725b2eddd70bb055dd5bb3d7b6..1b26cc5aed97acad3eb0248d9615ee361eeb8961 100644
--- a/ash/system/chromeos/power/power_status.h
+++ b/ash/system/chromeos/power/power_status.h
@@ -130,6 +130,7 @@ class ASH_EXPORT PowerStatus : public chromeos::PowerManagerClient::Observer {
// Returns an string describing the current state for accessibility.
base::string16 GetAccessibleNameString() const;
+ base::string16 GetShortAccessibleNameString() const;
// Updates |proto_|. Does not notify observers.
void SetProtoForTesting(const power_manager::PowerSupplyProperties& proto);
« no previous file with comments | « no previous file | ash/system/chromeos/power/power_status.cc » ('j') | ash/system/tray/system_tray.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698