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

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: Tests 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 e91689770c947d767389c703d7d43970b2053542..f9f4cef2686e8b591fb622c4e4df38ae37a9080b 100644
--- a/chrome/browser/automation/testing_automation_provider.h
+++ b/chrome/browser/automation/testing_automation_provider.h
@@ -1537,6 +1537,14 @@ 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 ApplyAshAccelerator(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