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

Unified Diff: chrome/browser/ui/views/frame/browser_view_layout.h

Issue 6609047: [linux_views][Win] spoof proof redesign infobar extension with tab. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Cast stroke width. Created 9 years, 9 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/frame/browser_view_layout.h
diff --git a/chrome/browser/ui/views/frame/browser_view_layout.h b/chrome/browser/ui/views/frame/browser_view_layout.h
index e5049fd421bce623384af4724d0a2eff17881991..d3629498d63d37015c0a05f388e8e4d908c4c6df 100644
--- a/chrome/browser/ui/views/frame/browser_view_layout.h
+++ b/chrome/browser/ui/views/frame/browser_view_layout.h
@@ -16,6 +16,7 @@ class Browser;
class BrowserView;
class ContentsContainer;
class DownloadShelfView;
+class InfoBarContainer;
class TabContentsContainer;
class ToolbarView;
@@ -111,7 +112,7 @@ class BrowserViewLayout : public views::LayoutManager {
ToolbarView* toolbar_;
views::SingleSplitView* contents_split_;
ContentsContainer* contents_container_;
- views::View* infobar_container_;
+ InfoBarContainer* infobar_container_;
DownloadShelfView* download_shelf_;
BookmarkBarView* active_bookmark_bar_;

Powered by Google App Engine
This is Rietveld 408576698