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 02cb5a92e1d0500b5352a5904ef9f86422271a64..8729e744c6f9c07d87c8ca23e2ed82fab995d3fb 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"] = |