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 1ce1ad8239087b91dea30737755672f3e16a1dd7..d724d76567b0a47d3030dd725c65550c63598096 100644 |
| --- a/chrome/browser/ssl/ssl_blocking_page.h |
| +++ b/chrome/browser/ssl/ssl_blocking_page.h |
| @@ -22,6 +22,12 @@ class ExperienceSamplingEvent; |
| } |
| #endif |
| +// Constants for the HTTPSErrorReporter Finch experiment |
|
felt
2015/04/03 14:34:46
Is this the right place in the declaration order f
fahl
2015/04/03 17:39:31
Done.
|
| +extern const char kHTTPSErrorReporterFinchExperimentName[]; |
| +extern const char kHTTPSErrorReporterFinchGroupShowPossiblySend[]; |
| +extern const char kHTTPSErrorReporterFinchGroupDontShowDontSend[]; |
| +extern const char kHTTPSErrorReporterFinchParamName[]; |
| + |
| class SafeBrowsingUIManager; |
| class SSLErrorClassification; |