| 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,
|
|
|