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 21454cc98567dedf1b8fa9f50aeb2c0bc2f8d98e..b06de60c72d5cc86a89e135acc540819484f068e 100644 |
--- a/chrome/browser/automation/testing_automation_provider.cc |
+++ b/chrome/browser/automation/testing_automation_provider.cc |
@@ -1810,6 +1810,8 @@ void TestingAutomationProvider::BuildJSONHandlerMaps() { |
&TestingAutomationProvider::ShowCreateAccountUI; |
handler_map_["ExecuteJavascriptInOOBEWebUI"] = |
&TestingAutomationProvider::ExecuteJavascriptInOOBEWebUI; |
+ handler_map_["LoginWithCachedCredentials"] = |
+ &TestingAutomationProvider::LoginWithCachedCredentials; |
handler_map_["LoginAsGuest"] = &TestingAutomationProvider::LoginAsGuest; |
handler_map_["SubmitLoginForm"] = |
&TestingAutomationProvider::SubmitLoginForm; |