| Index: chrome/browser/ssl/cert_report_helper.h
|
| diff --git a/chrome/browser/ssl/cert_report_helper.h b/chrome/browser/ssl/cert_report_helper.h
|
| index 8982bcea6430357ebdbbe740007039d30f925582..0222524d625966666c1136486eca0dd2ae2a6df3 100644
|
| --- a/chrome/browser/ssl/cert_report_helper.h
|
| +++ b/chrome/browser/ssl/cert_report_helper.h
|
| @@ -48,6 +48,10 @@ class CertReportHelper {
|
|
|
| virtual ~CertReportHelper();
|
|
|
| + // This method can be called by tests to fake an official build (reports are
|
| + // only sent from official builds).
|
| + static void SetFakeOfficialBuildForTesting();
|
| +
|
| // Populates data that JavaScript code on the interstitial uses to show
|
| // the checkbox.
|
| void PopulateExtendedReportingOption(base::DictionaryValue* load_time_data);
|
|
|