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

Unified Diff: chrome/browser/ui/views/external_tab_container_win.cc

Issue 12036075: alternate ntp: fix website page jankiness when suggestions show and top bars are hidden (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: addressed all comments Created 7 years, 11 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: chrome/browser/ui/views/external_tab_container_win.cc
diff --git a/chrome/browser/ui/views/external_tab_container_win.cc b/chrome/browser/ui/views/external_tab_container_win.cc
index 77b01a2c9d3596f57336cd24fa35618a9999d5f3..1493660a7c0b468af859cc3a497b7a1d2980fd99 100644
--- a/chrome/browser/ui/views/external_tab_container_win.cc
+++ b/chrome/browser/ui/views/external_tab_container_win.cc
@@ -1201,7 +1201,7 @@ void ExternalTabContainerWin::SetupExternalTabView() {
external_tab_view_ = new views::View();
InfoBarContainerView* info_bar_container =
- new InfoBarContainerView(this, NULL);
+ new InfoBarContainerView(this, NULL, NULL);
InfoBarService* infobar_service =
InfoBarService::FromWebContents(web_contents_.get());
info_bar_container->ChangeInfoBarService(infobar_service);

Powered by Google App Engine
This is Rietveld 408576698