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