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

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

Issue 10533038: Switch back to the old method of launching the login flow while keeping some of the benefits of the… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Cleaned some logging and comments. Created 8 years, 6 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 8513ec0f4d187784a7a4eacc3ca85950b258ad68..01748132a453ed82de08b00c5866a6dfa5504ee2 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["StartLogin"] = &TestingAutomationProvider::StartLogin;
handler_map["AddLoginEventObserver"] =
&TestingAutomationProvider::AddLoginEventObserver;
handler_map["SignOut"] = &TestingAutomationProvider::SignOut;

Powered by Google App Engine
This is Rietveld 408576698