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

Unified Diff: net/http/http_auth_gssapi_posix.cc

Issue 1128043007: Support Kerberos on Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix mistake in previous Windows fixes Created 5 years, 7 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: net/http/http_auth_gssapi_posix.cc
diff --git a/net/http/http_auth_gssapi_posix.cc b/net/http/http_auth_gssapi_posix.cc
index 0e8af79afa7df2010447ecfc8cbf1ee49f39e30d..731180e7d4eddc3cce563dd113cca59593ae36d1 100644
--- a/net/http/http_auth_gssapi_posix.cc
+++ b/net/http/http_auth_gssapi_posix.cc
@@ -719,7 +719,8 @@ HttpAuth::AuthorizationResult HttpAuthGSSAPI::ParseChallenge(
int HttpAuthGSSAPI::GenerateAuthToken(const AuthCredentials* credentials,
const std::string& spn,
- std::string* auth_token) {
+ std::string* auth_token,
+ const CompletionCallback& callback) {
Bernhard Bauer 2015/05/15 15:06:16 Comment out the parameter name like on Windows?
aberent 2015/05/18 13:45:28 Done
DCHECK(auth_token);
gss_buffer_desc input_token = GSS_C_EMPTY_BUFFER;

Powered by Google App Engine
This is Rietveld 408576698