| Index: chrome/browser/ssl/ssl_blocking_page.h
|
| diff --git a/chrome/browser/ssl/ssl_blocking_page.h b/chrome/browser/ssl/ssl_blocking_page.h
|
| index 009fdf9651e886654824aaca6152196c0398a9f1..c0ee92e5f10f333023d6dce8a448dcbfcc1ddff9 100644
|
| --- a/chrome/browser/ssl/ssl_blocking_page.h
|
| +++ b/chrome/browser/ssl/ssl_blocking_page.h
|
| @@ -102,6 +102,7 @@ class SSLBlockingPage : public content::InterstitialPageDelegate,
|
| const net::SSLInfo ssl_info_;
|
| GURL request_url_;
|
| // Could the user successfully override the error?
|
| + // overridable_ will be set to false if strict_enforcement_ is true.
|
| bool overridable_;
|
| // Has the site requested strict enforcement of certificate errors?
|
| bool strict_enforcement_;
|
|
|