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

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

Issue 10944014: Fix to enable the cached credentials login test (Closed) Base URL: https://git.chromium.org/git/chromium/src@master
Patch Set: Login with Cached Credentials hooks Created 8 years, 3 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 21454cc98567dedf1b8fa9f50aeb2c0bc2f8d98e..b06de60c72d5cc86a89e135acc540819484f068e 100644
--- a/chrome/browser/automation/testing_automation_provider.cc
+++ b/chrome/browser/automation/testing_automation_provider.cc
@@ -1810,6 +1810,8 @@ void TestingAutomationProvider::BuildJSONHandlerMaps() {
&TestingAutomationProvider::ShowCreateAccountUI;
handler_map_["ExecuteJavascriptInOOBEWebUI"] =
&TestingAutomationProvider::ExecuteJavascriptInOOBEWebUI;
+ handler_map_["LoginWithCachedCredentials"] =
+ &TestingAutomationProvider::LoginWithCachedCredentials;
handler_map_["LoginAsGuest"] = &TestingAutomationProvider::LoginAsGuest;
handler_map_["SubmitLoginForm"] =
&TestingAutomationProvider::SubmitLoginForm;

Powered by Google App Engine
This is Rietveld 408576698