| Index: chrome/browser/dom_ui/dom_ui.cc
|
| diff --git a/chrome/browser/dom_ui/dom_ui.cc b/chrome/browser/dom_ui/dom_ui.cc
|
| index a4f3583de9267bca9e4899e4e1b05c4c9fc908b2..983539e08d086dfd2d34ef6b373f1ce1e06d3a60 100644
|
| --- a/chrome/browser/dom_ui/dom_ui.cc
|
| +++ b/chrome/browser/dom_ui/dom_ui.cc
|
| @@ -38,7 +38,6 @@ std::wstring GetJavascript(const std::wstring& function_name,
|
| 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),
|
|
|