| Index: chrome/browser/automation/testing_automation_provider.h
|
| diff --git a/chrome/browser/automation/testing_automation_provider.h b/chrome/browser/automation/testing_automation_provider.h
|
| index c40244f7ead6b7c41aff8b4af0fc93e463a895a0..113437f061a9312e0f5a9b1c208a8f6b773427be 100644
|
| --- a/chrome/browser/automation/testing_automation_provider.h
|
| +++ b/chrome/browser/automation/testing_automation_provider.h
|
| @@ -1009,6 +1009,8 @@ class TestingAutomationProvider : public AutomationProvider,
|
| void SignoutInScreenLocker(DictionaryValue* args,
|
| IPC::Message* reply_message);
|
|
|
| + void GetBatteryInfo(DictionaryValue* args, IPC::Message* reply_message);
|
| +
|
| void GetNetworkInfo(DictionaryValue* args, IPC::Message* reply_message);
|
|
|
| void NetworkScan(DictionaryValue* args, IPC::Message* reply_message);
|
|
|