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

Unified Diff: chrome/browser/ui/views/infobars/infobar_container_view.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/views/infobars/infobar_container_view.h
diff --git a/chrome/browser/ui/views/infobars/infobar_container_view.h b/chrome/browser/ui/views/infobars/infobar_container_view.h
index b93deddff193d062c2665074251a65a02cf7c055..69bfb08dc09708c5d062b4222c074531afee999a 100644
--- a/chrome/browser/ui/views/infobars/infobar_container_view.h
+++ b/chrome/browser/ui/views/infobars/infobar_container_view.h
@@ -15,7 +15,8 @@ class InfoBarContainerView : public views::AccessiblePaneView,
static const char kViewClassName[];
explicit InfoBarContainerView(Delegate* delegate,
- chrome::search::SearchModel* search_model);
+ chrome::search::SearchModel* search_model,
dhollowa 2013/01/25 21:24:08 const
Peter Kasting 2013/01/28 21:51:00 The opposite (make |instant_model| non-const)
kuan 2013/01/29 00:17:08 dhollowa@ will fix the constness in InstantModel a
+ const InstantModel* instant_model);
virtual ~InfoBarContainerView();
private:

Powered by Google App Engine
This is Rietveld 408576698