| 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 e91689770c947d767389c703d7d43970b2053542..dfe8c333655efe1649ba9117b2797f0efa8b27d6 100644
|
| --- a/chrome/browser/automation/testing_automation_provider.h
|
| +++ b/chrome/browser/automation/testing_automation_provider.h
|
| @@ -1537,6 +1537,13 @@ class TestingAutomationProvider : public AutomationProvider,
|
| void AddChromeosObservers();
|
| void RemoveChromeosObservers();
|
|
|
| + // ASH accelerator.
|
| + // Example:
|
| + // input: {"action": 42} - For available actions see AcceleratorAction in
|
| + // ash/accelerators/accelerator_table.h
|
| + // output: {"handled": True} - Whether the accelerator was handled
|
| + void RunAshCommand(base::DictionaryValue* args, IPC::Message* reply_message);
|
| +
|
| #endif // defined(OS_CHROMEOS)
|
|
|
| void WaitForTabCountToBecome(int browser_handle,
|
|
|