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..236e05c4e4b9e635e586270802e09cf327f34c9b 100644 |
--- a/ash/system/chromeos/power/power_status.h |
+++ b/ash/system/chromeos/power/power_status.h |
@@ -129,7 +129,7 @@ class ASH_EXPORT PowerStatus : public chromeos::PowerManagerClient::Observer { |
gfx::ImageSkia GetBatteryImage(IconSet icon_set) const; |
// Returns an string describing the current state for accessibility. |
- base::string16 GetAccessibleNameString() const; |
+ base::string16 GetAccessibleNameString(bool full_description) const; |
// Updates |proto_|. Does not notify observers. |
void SetProtoForTesting(const power_manager::PowerSupplyProperties& proto); |