Index: chrome/browser/chrome_content_browser_client.cc |
diff --git a/chrome/browser/chrome_content_browser_client.cc b/chrome/browser/chrome_content_browser_client.cc |
index 4c471bea5ad13cdb186f88e59fc9d118a5703e1f..c3cd2a8e2dd03a004893741c6cf1dd40232e0052 100644 |
--- a/chrome/browser/chrome_content_browser_client.cc |
+++ b/chrome/browser/chrome_content_browser_client.cc |
@@ -2293,7 +2293,7 @@ void ChromeContentBrowserClient::AllowCertificateError( |
callback) { |
DCHECK(web_contents); |
if (resource_type != content::RESOURCE_TYPE_MAIN_FRAME) { |
- // A sub-resource has a certificate error. The user doesn't really |
+ // A sub-resource has a certificate error. The user doesn't really |
// have a context for making the right decision, so block the |
// request hard, without an info bar to allow showing the insecure |
// content. |