| 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 fda8389a88c7aec0824fd25c4b15ccd17a25499e..4fbd30d715cf52e354ad9653b8901a7480efb027 100644
|
| --- a/chrome/browser/automation/testing_automation_provider.h
|
| +++ b/chrome/browser/automation/testing_automation_provider.h
|
| @@ -1603,6 +1603,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,
|
|
|