summaryrefslogtreecommitdiffstats
path: root/android_webview/native/aw_contents_io_thread_client_impl.cc
diff options
context:
space:
mode:
Diffstat (limited to 'android_webview/native/aw_contents_io_thread_client_impl.cc')
-rw-r--r--android_webview/native/aw_contents_io_thread_client_impl.cc7
1 files changed, 0 insertions, 7 deletions
diff --git a/android_webview/native/aw_contents_io_thread_client_impl.cc b/android_webview/native/aw_contents_io_thread_client_impl.cc
index 0cd9f20..6e24d9a 100644
--- a/android_webview/native/aw_contents_io_thread_client_impl.cc
+++ b/android_webview/native/aw_contents_io_thread_client_impl.cc
@@ -109,8 +109,6 @@ class ClientMapEntryUpdater : public content::WebContentsObserver {
jobject jdelegate);
virtual void RenderViewCreated(RenderViewHost* render_view_host) OVERRIDE;
- virtual void RenderViewForInterstitialPageCreated(
- RenderViewHost* render_view_host) OVERRIDE;
virtual void RenderViewDeleted(RenderViewHost* render_view_host) OVERRIDE;
virtual void WebContentsDestroyed(WebContents* web_contents) OVERRIDE;
@@ -138,11 +136,6 @@ void ClientMapEntryUpdater::RenderViewCreated(RenderViewHost* rvh) {
GetRenderViewHostIdPair(rvh), client_data);
}
-void ClientMapEntryUpdater::RenderViewForInterstitialPageCreated(
- RenderViewHost* rvh) {
- RenderViewCreated(rvh);
-}
-
void ClientMapEntryUpdater::RenderViewDeleted(RenderViewHost* rvh) {
RvhToIoThreadClientMap::GetInstance()->Erase(GetRenderViewHostIdPair(rvh));
}