diff options
author | dtu@chromium.org <dtu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-01 19:42:29 +0000 |
---|---|---|
committer | dtu@chromium.org <dtu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-01 19:42:29 +0000 |
commit | ff52c165aa2d4b98f9a11208ef8d22866aeb407b (patch) | |
tree | d828f81ade4ea7b930cc2292ef08894913079104 /chrome/browser/automation/automation_provider.h | |
parent | 3bba9de6d9097f02102ee3f8e7f6ab56f8ab31a7 (diff) | |
download | chromium_src-ff52c165aa2d4b98f9a11208ef8d22866aeb407b.zip chromium_src-ff52c165aa2d4b98f9a11208ef8d22866aeb407b.tar.gz chromium_src-ff52c165aa2d4b98f9a11208ef8d22866aeb407b.tar.bz2 |
- 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
Diffstat (limited to 'chrome/browser/automation/automation_provider.h')
-rw-r--r-- | chrome/browser/automation/automation_provider.h | 8 |
1 files changed, 0 insertions, 8 deletions
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<AutomationProvider>, 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); |