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

Unified Diff: chrome/browser/chromeos/login/login_utils.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 | « chrome/browser/chromeos/login/login_screen.cc ('k') | chrome/browser/chromeos/login/login_utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/login/login_utils.h
diff --git a/chrome/browser/chromeos/login/login_utils.h b/chrome/browser/chromeos/login/login_utils.h
index 2637e3e366a5e7a489cb8fd3dcfbbe1e786b4dc6..306623ca2987b61dea38b3daaa9ce101e66c4f64 100644
--- a/chrome/browser/chromeos/login/login_utils.h
+++ b/chrome/browser/chromeos/login/login_utils.h
@@ -28,6 +28,13 @@ class LoginUtils {
// Task posted to the UI thread.
static void DoBrowserLaunch(Profile* profile);
+ // Extracts specified param from given ClientLogin response.
+ // Returns the param value if found, empty string otherwise.
+ // Ex. prefix: "Auth=", suffix: "\n"
+ static std::string ExtractClientLoginParam(const std::string& credentials,
+ const std::string& param_prefix,
+ const std::string& param_suffix);
+
virtual ~LoginUtils() {}
// Returns true if we are still waiting for wifi connection.
« no previous file with comments | « chrome/browser/chromeos/login/login_screen.cc ('k') | chrome/browser/chromeos/login/login_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698