Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(259)

Unified Diff: chrome/browser/automation/testing_automation_provider.h

Issue 10784009: screenshot disabling policy tests (Closed) Base URL: http://git.chromium.org/chromium/src.git@disable_screenshots
Patch Set: Updated accelerator_action.h Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,

Powered by Google App Engine
This is Rietveld 408576698