Chromium Code Reviews| Index: content/browser/tab_contents/interstitial_page.cc |
| diff --git a/content/browser/tab_contents/interstitial_page.cc b/content/browser/tab_contents/interstitial_page.cc |
| index a960433e3f9a8803cff4a97360f55bd22a3ab04b..da2156b40e87f2c187c129f66f6ca7c05850999b 100644 |
| --- a/content/browser/tab_contents/interstitial_page.cc |
| +++ b/content/browser/tab_contents/interstitial_page.cc |
| @@ -203,6 +203,8 @@ void InterstitialPage::Show() { |
| std::string data_url = "data:text/html;charset=utf-8," + |
| net::EscapePath(GetHTMLContents()); |
| render_view_host_->NavigateToURL(GURL(data_url)); |
| + render_view_host_->Send( |
|
jochen (gone - plz use gerrit)
2011/12/02 12:38:08
I think it would be nice to add a method to Render
marja
2011/12/02 14:39:34
Not done; a note in RenderViewHost told not to do
|
| + new ViewMsg_SetAsInterstitial(render_view_host_->routing_id())); |
| notification_registrar_.Add(this, |
| content::NOTIFICATION_TAB_CONTENTS_DESTROYED, |