commit | 558d77923f575b16cdcf747099eed0468073fa2f | [log] [tgz] |
---|---|---|
author | spqchan <[email protected]> | Tue Jul 31 17:08:19 2018 |
committer | Commit Bot <[email protected]> | Tue Jul 31 17:08:19 2018 |
tree | 7b72de78a07297d24b6cdf8f4a6f51e899b1e9d9 | |
parent | 200790be63c5ac395adaf3f666c75dc5d52ba441 [diff] [blame] |
Trick to Bill Interstitial Page Add a Safe Browsing Interstitial Page for Trick to Bill. Add a Trick to Bill enum to SBThreatType and SBInterstitialReason. Overview CL: https://chromium-review.googlesource.com/c/chromium/src/+/1148598 Testing: - SafeBrowsingBlockingPageTest.TrickToBillPage unit test Bug: 867518 Change-Id: I0f5c342f419c2f326c7f25fa7e965d47ed242bbd Reviewed-on: https://chromium-review.googlesource.com/1150917 Reviewed-by: Varun Khaneja <[email protected]> Reviewed-by: Mustafa Emre Acer <[email protected]> Commit-Queue: Sarah Chan <[email protected]> Cr-Commit-Position: refs/heads/master@{#579442}
diff --git a/components/security_interstitials_strings.grdp b/components/security_interstitials_strings.grdp index c372493..96bc094 100644 --- a/components/security_interstitials_strings.grdp +++ b/components/security_interstitials_strings.grdp
@@ -381,4 +381,18 @@ </ol> </message> </if> + + <!-- Trick to Bill interstitial --> + <message name="IDS_TRICK_TO_BILL_HEADING" desc="The large heading at the top of the trick to bill interstitial."> + The page ahead may try to charge you money + </message> + <message name="IDS_TRICK_TO_BILL_PRIMARY_PARAGRAPH" desc="The primary explanatory paragraph for the trick to bill interstitial."> + These charges could be one-time or recurring and may not be obvious. + </message> + <message name="IDS_TRICK_TO_BILL_PRIMARY_BUTTON" desc="The text for the trick to bill interstitial primary button."> + Go Back + </message> + <message name="IDS_TRICK_TO_BILL_PROCEED_BUTTON" desc="The text for the trick to bill interstitial proceed button."> + Proceed + </message> </grit-part>