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

Unified Diff: android_webview/browser/aw_contents.h

Issue 2898593002: WebView: choose loud vs. quiet interstitial (Closed)
Patch Set: Rebase and fix patch conflict 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: android_webview/browser/aw_contents.h
diff --git a/android_webview/browser/aw_contents.h b/android_webview/browser/aw_contents.h
index c809f3625593261ce1bd7dbfbd189d75d7e46090..aede42c2017f17685cb92880869454d2825a6d6b 100644
--- a/android_webview/browser/aw_contents.h
+++ b/android_webview/browser/aw_contents.h
@@ -358,6 +358,8 @@ class AwContents : public FindHelper::Listener,
// AwSafeBrowsingUIManager::UIManagerClient implementation
bool CanShowBigInterstitial() override;
+ bool CanShowInterstitial() override;
+ bool ExtendsOutOfWindow() override;
void CallProceedOnInterstitialForTesting(
JNIEnv* env,
« no previous file with comments | « no previous file | android_webview/browser/aw_contents.cc » ('j') | android_webview/browser/aw_safe_browsing_blocking_page.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698