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

Unified Diff: android_webview/browser/aw_safe_browsing_ui_manager.h

Issue 2833923002: WebView: carefully check size for SafeBrowsing interstitial (Closed)
Patch Set: Also check if attached, add @VisibleForTesting 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
« no previous file with comments | « no previous file | android_webview/browser/aw_safe_browsing_ui_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..2dd07b837f55a224d69e61dcffb08678cf03e401 100644
--- a/android_webview/browser/aw_safe_browsing_ui_manager.h
+++ b/android_webview/browser/aw_safe_browsing_ui_manager.h
@@ -21,7 +21,7 @@ class AwSafeBrowsingUIManager : public safe_browsing::BaseUIManager {
static UIManagerClient* FromWebContents(content::WebContents* web_contents);
// Whether this web contents can show an interstitial
- virtual bool CanShowInterstitial() = 0;
+ virtual bool CanShowBigInterstitial() = 0;
};
// Construction needs to happen on the UI thread.
« no previous file with comments | « no previous file | android_webview/browser/aw_safe_browsing_ui_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698