From ff52c165aa2d4b98f9a11208ef8d22866aeb407b Mon Sep 17 00:00:00 2001 From: "dtu@chromium.org" Date: Tue, 1 Feb 2011 19:42:29 +0000 Subject: - Add ChromeOS login and lock screen automation hooks. - Add AutomationProxy::SendJSONRequest that does not require a handle to a Browser/BrowserProxy. - Fix issue where AutomationProvider thinks it's never finished loading the login screen. - Not included: UI tests for login, since they should be PyAuto tests. - Not included: fix for Chrome quitting as a result of channel disconnect. BUG=chromium-os:11538 TEST=none Review URL: http://codereview.chromium.org/6320022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73327 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/automation/automation_provider.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'chrome/browser/automation/automation_provider.h') diff --git a/chrome/browser/automation/automation_provider.h b/chrome/browser/automation/automation_provider.h index d558c45..a10d71a 100644 --- a/chrome/browser/automation/automation_provider.h +++ b/chrome/browser/automation/automation_provider.h @@ -325,14 +325,6 @@ class AutomationProvider : public base::RefCounted, void StopAsync(int tab_handle); void SaveAsAsync(int tab_handle); -#if defined(OS_CHROMEOS) - // Logs in through the Chrome OS Login Wizard with given |username| and - // password. Returns true via |reply_message| on success. - void LoginWithUserAndPass(const std::string& username, - const std::string& password, - IPC::Message* reply_message); -#endif - // Returns the extension for the given handle. Returns NULL if there is // no extension for the handle. const Extension* GetExtension(int extension_handle); -- cgit v1.1