| Index: chrome/browser/ui/views/frame/browser_view.h
|
| ===================================================================
|
| --- chrome/browser/ui/views/frame/browser_view.h (revision 132062)
|
| +++ chrome/browser/ui/views/frame/browser_view.h (working copy)
|
| @@ -67,6 +67,7 @@
|
| class AccessiblePaneView;
|
| class ExternalFocusTracker;
|
| class Menu;
|
| +class WebView;
|
| }
|
|
|
| ///////////////////////////////////////////////////////////////////////////////
|
| @@ -613,13 +614,13 @@
|
| InfoBarContainerView* infobar_container_;
|
|
|
| // The view that contains the selected TabContents.
|
| - TabContentsContainer* contents_container_;
|
| + views::WebView* contents_container_;
|
|
|
| // The view that contains devtools window for the selected TabContents.
|
| TabContentsContainer* devtools_container_;
|
|
|
| // The view that contains instant's TabContents.
|
| - TabContentsContainer* preview_container_;
|
| + views::WebView* preview_container_;
|
|
|
| // The view managing both the contents_container_ and preview_container_.
|
| ContentsContainer* contents_;
|
|
|