| Index: components/security_interstitials/core/controller_client.h
|
| diff --git a/components/security_interstitials/core/controller_client.h b/components/security_interstitials/core/controller_client.h
|
| index 2aced84ce84fba50fe5cecb95dcd86ba19eaccc1..aebff2c9e53f1d883523ae156e1a5af1122f4373 100644
|
| --- a/components/security_interstitials/core/controller_client.h
|
| +++ b/components/security_interstitials/core/controller_client.h
|
| @@ -46,8 +46,9 @@ enum SecurityInterstitialCommands {
|
| CMD_DO_REPORT = 8,
|
| CMD_DONT_REPORT = 9,
|
| CMD_OPEN_REPORTING_PRIVACY = 10,
|
| + CMD_OPEN_WHITEPAPER = 11,
|
| // Report a phishing error
|
| - CMD_REPORT_PHISHING_ERROR = 11,
|
| + CMD_REPORT_PHISHING_ERROR = 12,
|
| };
|
|
|
| // Provides methods for handling commands from the user, which requires some
|
| @@ -61,6 +62,7 @@ class ControllerClient {
|
| // Handle the user's reporting preferences.
|
| void SetReportingPreference(bool report);
|
| void OpenExtendedReportingPrivacyPolicy();
|
| + void OpenExtendedReportingWhitepaper();
|
|
|
| // If available, open the operating system's date/time settings.
|
| virtual bool CanLaunchDateAndTimeSettings() = 0;
|
|
|