diff options
Diffstat (limited to 'chrome/browser/vista_frame.cc')
-rw-r--r-- | chrome/browser/vista_frame.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/vista_frame.cc b/chrome/browser/vista_frame.cc index 2dba77f..2a910ff 100644 --- a/chrome/browser/vista_frame.cc +++ b/chrome/browser/vista_frame.cc @@ -140,7 +140,7 @@ VistaFrame* VistaFrame::CreateFrame(const gfx::Rect& bounds, VistaFrame::VistaFrame(Browser* browser) : browser_(browser), - root_view_(this, true), + root_view_(this), tabstrip_(NULL), active_bookmark_bar_(NULL), tab_contents_container_(NULL), |