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

Unified Diff: android_webview/native/aw_contents.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/native/aw_contents.h
diff --git a/android_webview/native/aw_contents.h b/android_webview/native/aw_contents.h
index 0fa1fcc9cde4e66fe128648849cc92e8dd80a891..c80211b6d0c90c48ceba42c32c807480df554bce 100644
--- a/android_webview/native/aw_contents.h
+++ b/android_webview/native/aw_contents.h
@@ -365,6 +365,7 @@ class AwContents : public FindHelper::Listener,
// AwSafeBrowsingUIManager::UIManagerClient implementation
bool CanShowInterstitial() override;
+ bool CanShowBigInterstitial() override;
void CallProceedOnInterstitialForTesting(
JNIEnv* env,

Powered by Google App Engine
This is Rietveld 408576698