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

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

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.h
diff --git a/chrome/browser/automation/testing_automation_provider.h b/chrome/browser/automation/testing_automation_provider.h
index 426ec83f0ca099a82a13a663fc8a889069d88502..7db14502aef5222db91dc877301fbbe0fbeddbca 100644
--- a/chrome/browser/automation/testing_automation_provider.h
+++ b/chrome/browser/automation/testing_automation_provider.h
@@ -1449,6 +1449,9 @@ class TestingAutomationProvider : public AutomationProvider,
void ShowCreateAccountUI(base::DictionaryValue* args,
IPC::Message* reply_message);
+ void LoginWithCachedCredentials(base::DictionaryValue* args,
+ IPC::Message* reply_message);
+
void LoginAsGuest(base::DictionaryValue* args, IPC::Message* reply_message);
// Submits the Chrome OS login form. Watch for the login to complete using

Powered by Google App Engine
This is Rietveld 408576698