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

Unified Diff: net/http/http_auth_handler_digest.h

Issue 368001: Second patch in making destructors of refcounted objects private. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 1 month 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_handler_digest.h
===================================================================
--- net/http/http_auth_handler_digest.h (revision 31079)
+++ net/http/http_auth_handler_digest.h (working copy)
@@ -31,6 +31,8 @@
FRIEND_TEST(HttpAuthHandlerDigestTest, ParseChallenge);
FRIEND_TEST(HttpAuthHandlerDigestTest, AssembleCredentials);
+ ~HttpAuthHandlerDigest() {}
eroman 2009/11/05 20:52:19 nit: move this below the enums.
jam 2009/11/05 21:56:02 Done.
+
// Possible values for the "algorithm" property.
enum DigestAlgorithm {
// No algorithm was specified. According to RFC 2617 this means

Powered by Google App Engine
This is Rietveld 408576698