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

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

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.cc
diff --git a/chrome/browser/automation/testing_automation_provider.cc b/chrome/browser/automation/testing_automation_provider.cc
index d3b4613d4c40c76e9aecbabafc9904c158fb4fcb..f5c3b3efe7d84df214817b465a579f072b384b8e 100644
--- a/chrome/browser/automation/testing_automation_provider.cc
+++ b/chrome/browser/automation/testing_automation_provider.cc
@@ -1877,7 +1877,7 @@ void TestingAutomationProvider::BuildJSONHandlerMaps() {
handler_map_["SetMute"] = &TestingAutomationProvider::SetMute;
handler_map_["OpenCrosh"] = &TestingAutomationProvider::OpenCrosh;
-
+ handler_map_["RunAshCommand"] = &TestingAutomationProvider::RunAshCommand;
#endif // defined(OS_CHROMEOS)
browser_handler_map_["DisablePlugin"] =

Powered by Google App Engine
This is Rietveld 408576698