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 338d2e85ff4c27430a7f24d130f163bf2366ce06..5106951c3244b786fd7cafd59183b53b011bcdff 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. |