| 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 d4703f477245843b63d02e12b96750e0a610bb7f..e396354439aa9c26ea704e657e5bbfa6876e8496 100644
|
| --- a/chrome/browser/ssl/ssl_blocking_page.h
|
| +++ b/chrome/browser/ssl/ssl_blocking_page.h
|
| @@ -71,7 +71,6 @@ class SSLBlockingPage : public content::InterstitialPageDelegate {
|
|
|
| content::WebContents* web_contents_;
|
| int cert_error_;
|
| - base::TimeTicks display_start_time_;
|
| net::SSLInfo ssl_info_;
|
| GURL request_url_;
|
| // Could the user successfully override the error?
|
|
|