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

Unified Diff: net/base/auth.cc

Issue 2398153002: [net] Remove AuthData from net/base/auth.h. (Closed)
Patch Set: Address comments. Created 4 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 | « net/base/auth.h ('k') | net/url_request/url_request_ftp_job.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/base/auth.cc
diff --git a/net/base/auth.cc b/net/base/auth.cc
index 13ab1edfa8cef2aa2f71a16df86c7515508e1819..a1af831030c3e726ee50d1cffff6b9dfbdd09e89 100644
--- a/net/base/auth.cc
+++ b/net/base/auth.cc
@@ -19,12 +19,6 @@ bool AuthChallengeInfo::Equals(const AuthChallengeInfo& that) const {
AuthChallengeInfo::~AuthChallengeInfo() {
}
-AuthData::AuthData() : state(AUTH_STATE_NEED_AUTH) {
-}
-
-AuthData::~AuthData() {
-}
-
AuthCredentials::AuthCredentials() {
}
« no previous file with comments | « net/base/auth.h ('k') | net/url_request/url_request_ftp_job.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698