summaryrefslogtreecommitdiffstats
path: root/chrome/browser/automation/automation_provider.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/automation/automation_provider.h')
-rw-r--r--chrome/browser/automation/automation_provider.h8
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);