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

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: Addressed Nirnimesh's comments and fixed chromeos_login.py to work with these changes. 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..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;

Powered by Google App Engine
This is Rietveld 408576698