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

Unified Diff: net/android/http_auth_negotiate_android.h

Issue 1383613002: [net/http auth] Cleanup. Method names, and constness. Base URL: https://chromium.googlesource.com/chromium/src.git@mock-auth-handler-generalization
Patch Set: Created 5 years, 2 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 | net/android/http_auth_negotiate_android.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/android/http_auth_negotiate_android.h
diff --git a/net/android/http_auth_negotiate_android.h b/net/android/http_auth_negotiate_android.h
index 56990cee900301ae179068fe0e85a6c57832aa07..9e4dc82bca2d3227187f1ba42cebc0b06a0203d7 100644
--- a/net/android/http_auth_negotiate_android.h
+++ b/net/android/http_auth_negotiate_android.h
@@ -75,7 +75,7 @@ class NET_EXPORT_PRIVATE HttpAuthNegotiateAndroid {
// Parse a received Negotiate challenge.
HttpAuth::AuthorizationResult ParseChallenge(
- net::HttpAuthChallengeTokenizer* tok);
+ const HttpAuthChallengeTokenizer& tok);
// Generates an authentication token.
//
@@ -103,7 +103,7 @@ class NET_EXPORT_PRIVATE HttpAuthNegotiateAndroid {
int GenerateAuthToken(const AuthCredentials* credentials,
const std::string& spn,
std::string* auth_token,
- const net::CompletionCallback& callback);
+ const CompletionCallback& callback);
// Delegation is allowed on the Kerberos ticket. This allows certain servers
// to act as the user, such as an IIS server retrieving data from a
« no previous file with comments | « no previous file | net/android/http_auth_negotiate_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698