summaryrefslogtreecommitdiffstats
path: root/net/http/http_auth_handler_factory.h
diff options
context:
space:
mode:
authorcbentzel@chromium.org <cbentzel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-17 14:40:44 +0000
committercbentzel@chromium.org <cbentzel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-17 14:40:44 +0000
commit54fea25621611a1fba6208684ff39fb5a4872b4e (patch)
treecd1d68e16658233fe7e156e69b088b495583e4d5 /net/http/http_auth_handler_factory.h
parent1f9239433087c7e4bf87ff8b431b0c83566165da (diff)
downloadchromium_src-54fea25621611a1fba6208684ff39fb5a4872b4e.zip
chromium_src-54fea25621611a1fba6208684ff39fb5a4872b4e.tar.gz
chromium_src-54fea25621611a1fba6208684ff39fb5a4872b4e.tar.bz2
Remove static "set_fixed_cnonce" in favor of NonceGenerator objects.
Trying to simplify cleanup for more unit tests. BUG=None TEST=net_unittests Review URL: http://codereview.chromium.org/5034001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66439 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/http/http_auth_handler_factory.h')
-rw-r--r--net/http/http_auth_handler_factory.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/net/http/http_auth_handler_factory.h b/net/http/http_auth_handler_factory.h
index 16e60c4..2879aed 100644
--- a/net/http/http_auth_handler_factory.h
+++ b/net/http/http_auth_handler_factory.h
@@ -24,6 +24,8 @@ class HttpAuthHandler;
class HttpAuthHandlerRegistryFactory;
// An HttpAuthHandlerFactory is used to create HttpAuthHandler objects.
+// The HttpAuthHandlerFactory object _must_ outlive any of the HttpAuthHandler
+// objects that it creates.
class HttpAuthHandlerFactory {
public:
HttpAuthHandlerFactory() : url_security_manager_(NULL) {}
@@ -49,7 +51,7 @@ class HttpAuthHandlerFactory {
// challenge specified by |*challenge|. |challenge| must point to a valid
// non-NULL tokenizer.
//
- // If an HttpAuthHandler object is successfully created it is passed back to
+ // If an HttpAuthHandler object is successfully created it is passed back to
// the caller through |*handler| and OK is returned.
//
// If |*challenge| specifies an unsupported authentication scheme, |*handler|