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 8513ec0f4d187784a7a4eacc3ca85950b258ad68..69f8def0c2a704b9cf1c93e13ad00237dd805b7c 100644 |
--- a/chrome/browser/automation/testing_automation_provider.cc |
+++ b/chrome/browser/automation/testing_automation_provider.cc |
@@ -1774,6 +1774,7 @@ void TestingAutomationProvider::SendJSONRequest(int handle, |
handler_map["ExecuteJavascriptInOOBEWebUI"] = |
&TestingAutomationProvider::ExecuteJavascriptInOOBEWebUI; |
handler_map["LoginAsGuest"] = &TestingAutomationProvider::LoginAsGuest; |
+ handler_map["SubmitLoginForm"] = &TestingAutomationProvider::SubmitLoginForm; |
handler_map["AddLoginEventObserver"] = |
&TestingAutomationProvider::AddLoginEventObserver; |
handler_map["SignOut"] = &TestingAutomationProvider::SignOut; |