Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3598)

Unified Diff: chrome/browser/automation/testing_automation_provider.cc

Issue 10388107: [chromeos] Fix Logout automation when no browser windows are present. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698