diff options
author | erikkay@chromium.org <erikkay@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-12 20:12:42 +0000 |
---|---|---|
committer | erikkay@chromium.org <erikkay@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-12 20:12:42 +0000 |
commit | 6d7a6046d581348565fc0634d81efce653a1f550 (patch) | |
tree | d7f2b7ca49c1805d11dea9751adea02a0562a939 /chrome/browser/dom_ui/dom_ui.h | |
parent | 0ba9330a17a3fd294a28972f5a81b64f550e6a20 (diff) | |
download | chromium_src-6d7a6046d581348565fc0634d81efce653a1f550.zip chromium_src-6d7a6046d581348565fc0634d81efce653a1f550.tar.gz chromium_src-6d7a6046d581348565fc0634d81efce653a1f550.tar.bz2 |
remove toolstrips
BUG=51703
BUG=30178
BUG=25106
TEST=none
Review URL: http://codereview.chromium.org/3129003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55921 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/dom_ui/dom_ui.h')
-rw-r--r-- | chrome/browser/dom_ui/dom_ui.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/chrome/browser/dom_ui/dom_ui.h b/chrome/browser/dom_ui/dom_ui.h index 4d35723..3aadbd5 100644 --- a/chrome/browser/dom_ui/dom_ui.h +++ b/chrome/browser/dom_ui/dom_ui.h @@ -64,12 +64,6 @@ class DOMUI { return force_bookmark_bar_visible_; } - // Returns true if the extension shelf should be forced to being visible - // (if it contains any items), overriding the user's preference. - bool force_extension_shelf_visible() const { - return force_extension_shelf_visible_; - } - // Returns true if the location bar should be focused by default rather than // the page contents. Some pages will want to use this to encourage the user // to type in the URL bar. @@ -129,7 +123,6 @@ class DOMUI { // bool options default to false. See the public getters for more information. bool hide_favicon_; bool force_bookmark_bar_visible_; - bool force_extension_shelf_visible_; bool focus_location_bar_by_default_; bool should_hide_url_; string16 overridden_title_; // Defaults to empty string. |