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

Unified Diff: chrome/browser/chromeos/login/authenticator.h

Issue 2729020: Show Captcha dialog. (Closed) Base URL: git://codf21.jail/chromium.git
Patch Set: remove debug line Created 10 years, 6 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
« no previous file with comments | « no previous file | chrome/browser/chromeos/login/captcha_view.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/login/authenticator.h
diff --git a/chrome/browser/chromeos/login/authenticator.h b/chrome/browser/chromeos/login/authenticator.h
index 0e57b3b3ab59f1eb9524b9cad336c8605471be54..33dfe13b2fb02a0216b8a11d893a10f623193382 100644
--- a/chrome/browser/chromeos/login/authenticator.h
+++ b/chrome/browser/chromeos/login/authenticator.h
@@ -29,11 +29,14 @@ class Authenticator : public base::RefCountedThreadSafe<Authenticator> {
// Given a |username| and |password|, this method attempts to authenticate
// to login.
+ // Optionally |login_token| and |login_captcha| could be provided.
// Returns true if we kick off the attempt successfully and false if we can't.
// Must be called on the FILE thread.
virtual bool AuthenticateToLogin(Profile* profile,
const std::string& username,
- const std::string& password) = 0;
+ const std::string& password,
+ const std::string& login_token,
+ const std::string& login_captcha) = 0;
// Given a |username| and |password|, this method attempts to
// authenticate to unlock the computer.
« no previous file with comments | « no previous file | chrome/browser/chromeos/login/captcha_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698