Get rid of the need of ViewType::VIEW_TYPE_INTERSTITIAL_PAGE in content. There are no ViewType values left in content, so in the next change I'll move this whole concept out of content and into chrome. That allows us to get rid of RenderViewHostDelegate::GetRenderViewType which is the last remaining need for RVHD in chrome.

BUG=98716
Review URL: https://chromiumcodereview.appspot.com/10383292

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138369 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/content/browser/web_contents/web_contents_impl.h b/content/browser/web_contents/web_contents_impl.h
index d80f900e..89f5db8 100644
--- a/content/browser/web_contents/web_contents_impl.h
+++ b/content/browser/web_contents/web_contents_impl.h
@@ -112,6 +112,10 @@
   bool NavigateToPendingEntry(
       content::NavigationController::ReloadType reload_type);
 
+  // Called by InterstitialPageImpl when it creates a RenderViewHost.
+  void RenderViewForInterstitialPageCreated(
+      content::RenderViewHost* render_view_host);
+
   // Sets the passed passed interstitial as the currently showing interstitial.
   // |interstitial_page| should be non NULL (use the remove_interstitial_page
   // method to unset the interstitial) and no interstitial page should be set