| Index: chrome/browser/dom_ui/dom_ui.cc
|
| ===================================================================
|
| --- chrome/browser/dom_ui/dom_ui.cc (revision 24842)
|
| +++ chrome/browser/dom_ui/dom_ui.cc (working copy)
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2006-2008 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2009 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| @@ -18,6 +18,7 @@
|
| DOMUI::DOMUI(TabContents* contents)
|
| : hide_favicon_(false),
|
| force_bookmark_bar_visible_(false),
|
| + force_extension_shelf_visible_(false),
|
| focus_location_bar_by_default_(false),
|
| should_hide_url_(false),
|
| link_transition_type_(PageTransition::LINK),
|
|
|