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

Unified Diff: net/base/auth.h

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 | « no previous file | net/base/auth.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/base/auth.h
diff --git a/net/base/auth.h b/net/base/auth.h
index ed369f8fc64e65308809d1e54b4675df2ac78174..5f97acbf87f62b7d753ead6de4e5866a0b3f12a6 100644
--- a/net/base/auth.h
+++ b/net/base/auth.h
@@ -89,19 +89,6 @@ enum AuthState {
AUTH_STATE_CANCELED
};
-class AuthData : public base::RefCountedThreadSafe<AuthData> {
- public:
- AuthState state; // whether we need, have, or gave up on authentication.
- AuthCredentials credentials; // The credentials to use for auth.
-
- // We wouldn't instantiate this class if we didn't need authentication.
- AuthData();
-
- private:
- friend class base::RefCountedThreadSafe<AuthData>;
- ~AuthData();
-};
-
} // namespace net
#endif // NET_BASE_AUTH_H__
« no previous file with comments | « no previous file | net/base/auth.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698