diff options
author | cbentzel@chromium.org <cbentzel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-13 18:23:27 +0000 |
---|---|---|
committer | cbentzel@chromium.org <cbentzel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-13 18:23:27 +0000 |
commit | c573f48ce5560c07aa321aea0b9a90ded0690aa6 (patch) | |
tree | 0b6b46f5e89978166aea40fb64f994f2a8ed565b /net | |
parent | 8d3cdc38d0d402e30b0c3c6714d456cd8613e2f7 (diff) | |
download | chromium_src-c573f48ce5560c07aa321aea0b9a90ded0690aa6.zip chromium_src-c573f48ce5560c07aa321aea0b9a90ded0690aa6.tar.gz chromium_src-c573f48ce5560c07aa321aea0b9a90ded0690aa6.tar.bz2 |
Remove CRLF from three lines in http_auth_handler.h
BUG=None
TEST=None
Review URL: http://codereview.chromium.org/2101001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@47164 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net')
-rw-r--r-- | net/http/http_auth_handler.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/http/http_auth_handler.h b/net/http/http_auth_handler.h index 40ebe8d..16e7822 100644 --- a/net/http/http_auth_handler.h +++ b/net/http/http_auth_handler.h @@ -77,9 +77,9 @@ class HttpAuthHandler : public base::RefCounted<HttpAuthHandler> { // single-round schemes. virtual bool IsFinalRound() { return true; } - // Returns whether the default credentials may be used for the |origin| passed
- // into |InitFromChallenge|. If true, the user does not need to be prompted
- // for username and password to establish credentials.
+ // Returns whether the default credentials may be used for the |origin| passed + // into |InitFromChallenge|. If true, the user does not need to be prompted + // for username and password to establish credentials. // NOTE: SSO is a potential security risk. // TODO(cbentzel): Add a pointer to Firefox documentation about risk. virtual bool AllowsDefaultCredentials() { return false; } |