Chromium Code Reviews| 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 ff575ae5304f44060a3e19266372017b3c77f713..c2bf1ad849ee88c8a59da9a3e0ad8c7e7ecc9c98 100644 |
| --- a/chrome/browser/ssl/ssl_blocking_page.h |
| +++ b/chrome/browser/ssl/ssl_blocking_page.h |
| @@ -105,6 +105,9 @@ class SSLBlockingPage : public content::InterstitialPageDelegate { |
| // Could the user successfully override the error? |
| // overridable_ will be set to false if strict_enforcement_ is true. |
| const bool overridable_; |
|
felt
2014/10/23 23:19:03
^ Can you add a note specifying that this controls
|
| + // The user can override an SSL error by typing the word "danger" into |
| + // the interstitial. This bool can be set to false to prevent the behaviour. |
|
felt
2014/10/23 23:19:03
^ Can you explain that this applies regardless of
|
| + bool danger_overridable_; |
| // Has the site requested strict enforcement of certificate errors? |
| const bool strict_enforcement_; |
| content::InterstitialPage* interstitial_page_; // Owns us. |