Index: content/browser/web_contents/web_contents_impl.cc |
=================================================================== |
--- content/browser/web_contents/web_contents_impl.cc (revision 138257) |
+++ content/browser/web_contents/web_contents_impl.cc (working copy) |
@@ -1104,6 +1104,12 @@ |
reload_type); |
} |
+void WebContentsImpl::RenderViewForInterstitialPageCreated( |
+ content::RenderViewHost* render_view_host) { |
+ FOR_EACH_OBSERVER(WebContentsObserver, observers_, |
+ RenderViewForInterstitialPageCreated(render_view_host)); |
+} |
+ |
bool WebContentsImpl::NavigateToEntry( |
const NavigationEntryImpl& entry, |
NavigationController::ReloadType reload_type) { |