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

Unified Diff: chrome/browser/ui/gtk/infobars/infobar_container_gtk.h

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: remove redundant param 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/gtk/infobars/infobar_container_gtk.h
diff --git a/chrome/browser/ui/gtk/infobars/infobar_container_gtk.h b/chrome/browser/ui/gtk/infobars/infobar_container_gtk.h
index ab83d40e9f78864110d4c5912e9c8dc1363f102b..af4197d9d6ead070322a3157da0ec2ccc18b749c 100644
--- a/chrome/browser/ui/gtk/infobars/infobar_container_gtk.h
+++ b/chrome/browser/ui/gtk/infobars/infobar_container_gtk.h
@@ -39,6 +39,7 @@ class InfoBarContainerGtk : public InfoBarContainer {
public:
InfoBarContainerGtk(InfoBarContainer::Delegate* delegate,
chrome::search::SearchModel* search_model,
dhollowa 2013/01/25 21:24:08 const chrome::search::SearchModel* search_model,
kuan 2013/01/29 00:17:08 per discussion, this won't be a const.
+ InstantModel* instant_model,
dhollowa 2013/01/25 21:24:08 const InstantModel* instant_model,
kuan 2013/01/29 00:17:08 per discussion, this shouldn't be a const, but for
Profile* profile);
virtual ~InfoBarContainerGtk();

Powered by Google App Engine
This is Rietveld 408576698