| 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 ce694f801a0a7627db827aa85b4e66b481746e48..a7d2536b06a9f564f74992692e207ba5b611709c 100644
|
| --- a/chrome/browser/ssl/ssl_blocking_page.h
|
| +++ b/chrome/browser/ssl/ssl_blocking_page.h
|
| @@ -100,7 +100,7 @@ class SSLBlockingPage : public SecurityInterstitialPage {
|
| std::string GetSamplingEventName() const;
|
|
|
| // Send a report about an invalid certificate to the server.
|
| - void FinishCertCollection();
|
| + void FinishCertCollection(bool proceeded);
|
|
|
| // Check whether a checkbox should be shown on the page that allows
|
| // the user to opt in to Safe Browsing extended reporting.
|
|
|