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