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 |