| 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 1ce1ad8239087b91dea30737755672f3e16a1dd7..212baa32cbd4d246828673cbd3932baa6fc1ecb3 100644
|
| --- a/chrome/browser/ssl/ssl_blocking_page.h
|
| +++ b/chrome/browser/ssl/ssl_blocking_page.h
|
| @@ -16,6 +16,12 @@
|
| #include "net/ssl/ssl_info.h"
|
| #include "url/gurl.h"
|
|
|
| +// Constants for the HTTPSErrorReporter Finch experiment
|
| +extern const char kHTTPSErrorReporterFinchExperimentName[];
|
| +extern const char kHTTPSErrorReporterFinchGroupShowPossiblySend[];
|
| +extern const char kHTTPSErrorReporterFinchGroupDontShowDontSend[];
|
| +extern const char kHTTPSErrorReporterFinchParamName[];
|
| +
|
| #if defined(ENABLE_EXTENSIONS)
|
| namespace extensions {
|
| class ExperienceSamplingEvent;
|
|
|