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

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

Issue 2898593002: WebView: choose loud vs. quiet interstitial (Closed)
Patch Set: Update WebView test for behavior change 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 f979d96e055b90522abcf8159a8bfd656243f855..2d6ae5f83c6557d7c05d2c8df1ae7b05304e9277 100644
--- a/chrome/browser/safe_browsing/safe_browsing_blocking_page.cc
+++ b/chrome/browser/safe_browsing/safe_browsing_blocking_page.cc
@@ -112,7 +112,8 @@ SafeBrowsingBlockingPage::SafeBrowsingBlockingPage(
main_frame_url,
unsafe_resources,
CreateControllerClient(web_contents, unsafe_resources, ui_manager),
- display_options) {
+ display_options,
+ ErrorUiType::QUIET_GIANT) {
// 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