| Index: net/android/http_auth_negotiate_android.cc
|
| diff --git a/net/android/http_auth_negotiate_android.cc b/net/android/http_auth_negotiate_android.cc
|
| index 907cff3aec8871f81652feff08f4e62b6cd420d2..764eb4c0356edc9f9824ef30c479b92af0985d13 100644
|
| --- a/net/android/http_auth_negotiate_android.cc
|
| +++ b/net/android/http_auth_negotiate_android.cc
|
| @@ -101,6 +101,7 @@ HttpAuth::AuthorizationResult HttpAuthNegotiateAndroid::ParseChallenge(
|
| int HttpAuthNegotiateAndroid::GenerateAuthToken(
|
| const AuthCredentials* credentials,
|
| const std::string& spn,
|
| + const std::string& channel_bindings,
|
| std::string* auth_token,
|
| const net::CompletionCallback& callback) {
|
| if (prefs_->AuthAndroidNegotiateAccountType().empty()) {
|
|
|