summaryrefslogtreecommitdiffstats
path: root/chrome/browser
diff options
context:
space:
mode:
authorabarth@chromium.org <abarth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-14 17:11:37 +0000
committerabarth@chromium.org <abarth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-14 17:11:37 +0000
commit7c8e906a4e8e503861ba268f440b1cf5101e6f38 (patch)
tree687e574966f8ff98d2ee2aec6fcd7a519c596c22 /chrome/browser
parentbd38825e08978ca1fb5dff01b4671d9d20ea4b60 (diff)
downloadchromium_src-7c8e906a4e8e503861ba268f440b1cf5101e6f38.zip
chromium_src-7c8e906a4e8e503861ba268f440b1cf5101e6f38.tar.gz
chromium_src-7c8e906a4e8e503861ba268f440b1cf5101e6f38.tar.bz2
Update comments as requested by jcampan.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16063 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser')
-rw-r--r--chrome/browser/ssl/ssl_cert_error_handler.h2
-rw-r--r--chrome/browser/ssl/ssl_mixed_content_handler.h2
2 files changed, 1 insertions, 3 deletions
diff --git a/chrome/browser/ssl/ssl_cert_error_handler.h b/chrome/browser/ssl/ssl_cert_error_handler.h
index 2dd557e4..2eed59a 100644
--- a/chrome/browser/ssl/ssl_cert_error_handler.h
+++ b/chrome/browser/ssl/ssl_cert_error_handler.h
@@ -16,8 +16,6 @@
class SSLCertErrorHandler : public SSLErrorHandler {
public:
// Construct on the IO thread.
- // We mark this method as private because it is tricky to correctly
- // construct a CertError object.
SSLCertErrorHandler(ResourceDispatcherHost* rdh,
URLRequest* request,
ResourceType::Type resource_type,
diff --git a/chrome/browser/ssl/ssl_mixed_content_handler.h b/chrome/browser/ssl/ssl_mixed_content_handler.h
index 1ed2e0c..19ba73d 100644
--- a/chrome/browser/ssl/ssl_mixed_content_handler.h
+++ b/chrome/browser/ssl/ssl_mixed_content_handler.h
@@ -36,4 +36,4 @@ class SSLMixedContentHandler : public SSLErrorHandler {
DISALLOW_COPY_AND_ASSIGN(SSLMixedContentHandler);
};
-#endif // CHROME_BROWSER_SSL_SSL_MIXED_CONTENT_HANDLERR_H_
+#endif // CHROME_BROWSER_SSL_SSL_MIXED_CONTENT_HANDLER_H_