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

Unified Diff: chrome/browser/safe_browsing/safe_browsing_blocking_page.cc

Issue 2898593002: WebView: choose loud vs. quiet interstitial (Closed)
Patch Set: Rename test Created 3 years, 7 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: chrome/browser/safe_browsing/safe_browsing_blocking_page.cc
diff --git a/chrome/browser/safe_browsing/safe_browsing_blocking_page.cc b/chrome/browser/safe_browsing/safe_browsing_blocking_page.cc
index b0ccf2600d5eb9979de6e968b1d2a460a8f03182..654f3bbbd65d907c70ec5c6e6fe94be12e33c00f 100644
--- a/chrome/browser/safe_browsing/safe_browsing_blocking_page.cc
+++ b/chrome/browser/safe_browsing/safe_browsing_blocking_page.cc
@@ -115,7 +115,8 @@ SafeBrowsingBlockingPage::SafeBrowsingBlockingPage(
main_frame_url,
unsafe_resources,
CreateControllerClient(web_contents, unsafe_resources, ui_manager),
- display_options) {
+ display_options,
+ ErrorUiType::LOUD) {
// Start computing threat details. They will be sent only
// if the user opts-in on the blocking page later.
// If there's more than one malicious resources, it means the user

Powered by Google App Engine
This is Rietveld 408576698