Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(815)

Unified Diff: content/browser/web_contents/interstitial_page_impl.cc

Issue 10412056: Browser Plugin: Remove MapInstance from BrowserPluginHost + More cross-process navigation work (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Simplified size logic Created 8 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/browser/web_contents/interstitial_page_impl.cc
diff --git a/content/browser/web_contents/interstitial_page_impl.cc b/content/browser/web_contents/interstitial_page_impl.cc
index 187d55aba0399b62ab280813a6b7bf1e69682182..c0854e282c67e643cf63d238de87e0c3c7710306 100644
--- a/content/browser/web_contents/interstitial_page_impl.cc
+++ b/content/browser/web_contents/interstitial_page_impl.cc
@@ -509,6 +509,7 @@ WebContentsView* InterstitialPageImpl::CreateWebContentsView() {
render_view_host_->CreateRenderView(string16(),
MSG_ROUTING_NONE,
max_page_id,
+ std::string(),
-1);
view->SetSize(web_contents_view->GetContainerSize());
// Don't show the interstitial until we have navigated to it.

Powered by Google App Engine
This is Rietveld 408576698