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

Unified Diff: android_webview/browser/aw_contents.h

Issue 2898593002: WebView: choose loud vs. quiet interstitial (Closed)
Patch Set: Rebase, fix merge conflicts 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
« no previous file with comments | « android_webview/BUILD.gn ('k') | android_webview/browser/aw_contents.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..d4d98474a157f6b11a76c723c0769cf6c465f4ef 100644
--- a/android_webview/browser/aw_contents.h
+++ b/android_webview/browser/aw_contents.h
@@ -357,7 +357,8 @@ class AwContents : public FindHelper::Listener,
void RenderProcessReady(content::RenderProcessHost* host) override;
// AwSafeBrowsingUIManager::UIManagerClient implementation
- bool CanShowBigInterstitial() override;
+ bool CanShowInterstitial() override;
+ int GetErrorUiType() override;
void CallProceedOnInterstitialForTesting(
JNIEnv* env,
« no previous file with comments | « android_webview/BUILD.gn ('k') | android_webview/browser/aw_contents.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698