| 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 c70da6e1935ce03919816d56661f6e9e441db8b3..71939887066620f2cd1fb506ac07fd6a164e9023 100644
|
| --- a/chrome/browser/chrome_content_browser_client.cc
|
| +++ b/chrome/browser/chrome_content_browser_client.cc
|
| @@ -2306,7 +2306,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.
|
|
|