Index: chrome/browser/ui/webui/chromeos/emulator/device_emulator_message_handler.h |
diff --git a/chrome/browser/ui/webui/chromeos/emulator/device_emulator_message_handler.h b/chrome/browser/ui/webui/chromeos/emulator/device_emulator_message_handler.h |
index d2f19bb25aa883bd0e487018a2d501981cb1d218..3e3057357dbc3d4a0b4da81ea1980ad8a441927b 100644 |
--- a/chrome/browser/ui/webui/chromeos/emulator/device_emulator_message_handler.h |
+++ b/chrome/browser/ui/webui/chromeos/emulator/device_emulator_message_handler.h |
@@ -28,6 +28,7 @@ class DeviceEmulatorMessageHandler |
// Callbacks for JS update methods. All these methods work |
// asynchronously. |
void UpdateBatteryPercent(const base::ListValue* args); |
+ void UpdateBatteryState(const base::ListValue* args); |
void UpdateExternalPower(const base::ListValue* args); |
void UpdateTimeToEmpty(const base::ListValue* args); |
void UpdateTimeToFull(const base::ListValue* args); |