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 320d431614455ace5ebb92ac15e8dbf24a893351..4024357a49f59ab8705a15c24319ac2cef53fc90 100644 |
--- a/chrome/browser/automation/testing_automation_provider.cc |
+++ b/chrome/browser/automation/testing_automation_provider.cc |
@@ -2299,6 +2299,7 @@ void TestingAutomationProvider::SendJSONRequest(int handle, |
handler_map["LoginAsGuest"] = &TestingAutomationProvider::LoginAsGuest; |
handler_map["AddLoginEventObserver"] = |
&TestingAutomationProvider::AddLoginEventObserver; |
+ handler_map["SignOut"] = &TestingAutomationProvider::SignOut; |
handler_map["LockScreen"] = &TestingAutomationProvider::LockScreen; |
handler_map["UnlockScreen"] = &TestingAutomationProvider::UnlockScreen; |