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

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

Issue 7121014: When a user logs into sync, the appropriate cookies are retrieved so that (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Uploading after sync merge Created 9 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
Index: chrome/browser/chromeos/login/issue_response_handler.h
===================================================================
--- chrome/browser/chromeos/login/issue_response_handler.h (revision 89823)
+++ chrome/browser/chromeos/login/issue_response_handler.h (working copy)
@@ -42,6 +42,9 @@
// exposed for testing
std::string token_url() { return token_url_; }
+ // Builds a TokenAuth URL using the specified authorization token.
+ static std::string BuildTokenAuthUrlWithToken(const std::string& token);
+
private:
std::string token_url_;
net::URLRequestContextGetter* getter_;
« no previous file with comments | « chrome/browser/chromeos/login/cookie_fetcher_unittest.cc ('k') | chrome/browser/chromeos/login/issue_response_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698