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

Unified Diff: android_webview/browser/aw_safe_browsing_ui_manager.h

Issue 2833923002: WebView: carefully check size for SafeBrowsing interstitial (Closed)
Patch Set: Fix logic error and update comments Created 3 years, 8 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: android_webview/browser/aw_safe_browsing_ui_manager.h
diff --git a/android_webview/browser/aw_safe_browsing_ui_manager.h b/android_webview/browser/aw_safe_browsing_ui_manager.h
index f09bdf687513f4ed0090d03aafdf4334163a33ca..6f958cdc05f33dd0d157e6142cdb9e2c3cb9d66a 100644
--- a/android_webview/browser/aw_safe_browsing_ui_manager.h
+++ b/android_webview/browser/aw_safe_browsing_ui_manager.h
@@ -22,6 +22,7 @@ class AwSafeBrowsingUIManager : public safe_browsing::BaseUIManager {
// Whether this web contents can show an interstitial
virtual bool CanShowInterstitial() = 0;
+ virtual bool CanShowBigInterstitial() = 0;
};
// Construction needs to happen on the UI thread.

Powered by Google App Engine
This is Rietveld 408576698