Index: chrome/browser/automation/testing_automation_provider.cc |
diff --git a/chrome/browser/automation/testing_automation_provider.cc b/chrome/browser/automation/testing_automation_provider.cc |
index b93d9a079f084b30a9a0e8ab9959b4e908f79e7e..8ecfad8de3abb0c91ce547b0114e310fe0eba24f 100644 |
--- a/chrome/browser/automation/testing_automation_provider.cc |
+++ b/chrome/browser/automation/testing_automation_provider.cc |
@@ -2086,6 +2086,8 @@ void TestingAutomationProvider::SendJSONRequest(int handle, |
handler_map["SignoutInScreenLocker"] = |
&TestingAutomationProvider::SignoutInScreenLocker; |
+ handler_map["GetBatteryInfo"] = &TestingAutomationProvider::GetBatteryInfo; |
+ |
handler_map["GetNetworkInfo"] = &TestingAutomationProvider::GetNetworkInfo; |
handler_map["NetworkScan"] = &TestingAutomationProvider::NetworkScan; |
handler_map["ConnectToWifiNetwork"] = |