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

Unified Diff: android_webview/native/aw_contents.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
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..1248bd1791a726df1c8750deffc6566b9f91c88d 100644
--- a/android_webview/native/aw_contents.h
+++ b/android_webview/native/aw_contents.h
@@ -364,7 +364,7 @@ class AwContents : public FindHelper::Listener,
void RenderProcessReady(content::RenderProcessHost* host) override;
// AwSafeBrowsingUIManager::UIManagerClient implementation
- bool CanShowInterstitial() override;
+ bool CanShowBigInterstitial() override;
void CallProceedOnInterstitialForTesting(
JNIEnv* env,

Powered by Google App Engine
This is Rietveld 408576698