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"] = |