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 062c3b99df422f3e03ed7c6d48a01808d0643d96..ad42c0d7312f1aca6a2d2ba1ba9451a0d64a49af 100644 |
| --- a/chrome/browser/ssl/ssl_blocking_page.h |
| +++ b/chrome/browser/ssl/ssl_blocking_page.h |
| @@ -98,7 +98,6 @@ class SSLBlockingPage : public SecurityInterstitialPage { |
| const int cert_error_; |
| const net::SSLInfo ssl_info_; |
| - const GURL request_url_; |
|
felt
2014/12/23 19:05:43
ah, is the problem that this was not getting set i
meacer
2014/12/23 19:08:13
Exactly.
|
| // There are two ways for the user to override an interstitial: |
| // |
| // overridable_) By clicking on "Advanced" and then "Proceed". |