Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(78)

Unified Diff: components/security_interstitials/core/controller_client.h

Issue 2330753002: Update links for the SBER opt-in on interstitials (Closed)
Patch Set: Update variable name Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698