diff options
author | akalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-02 03:39:28 +0000 |
---|---|---|
committer | akalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-02 03:39:28 +0000 |
commit | 3fb0ed2d312be00f356a9c5b3bca7ed522dc9e06 (patch) | |
tree | 98f83f14972861deb2c6b5c000b52b97e1cc6553 /chrome/browser | |
parent | b4e93cf42fa140415b8009a419f88784623291dc (diff) | |
download | chromium_src-3fb0ed2d312be00f356a9c5b3bca7ed522dc9e06.zip chromium_src-3fb0ed2d312be00f356a9c5b3bca7ed522dc9e06.tar.gz chromium_src-3fb0ed2d312be00f356a9c5b3bca7ed522dc9e06.tar.bz2 |
Removed TabContentsDelegate::ShouldDisplayURLField() which is unused anywhere.
BUG=
TEST=trybots
Review URL: http://codereview.chromium.org/462001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33543 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser')
-rw-r--r-- | chrome/browser/tab_contents/tab_contents_delegate.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/chrome/browser/tab_contents/tab_contents_delegate.h b/chrome/browser/tab_contents/tab_contents_delegate.h index a9f52d2..633910c 100644 --- a/chrome/browser/tab_contents/tab_contents_delegate.h +++ b/chrome/browser/tab_contents/tab_contents_delegate.h @@ -118,11 +118,6 @@ class TabContentsDelegate { // a TabContents with a valid WebApp set. virtual void ConvertContentsToApplication(TabContents* source) { } - // Return whether this tab contents should have a URL bar. Only web contents - // opened with a minimal chrome and their popups can be displayed without a - // URL bar. - virtual bool ShouldDisplayURLField() { return true; } - // Whether this tab can be blurred through a javascript obj.blur() // call. ConstrainedWindows shouldn't be able to be blurred. virtual bool CanBlur() const { return true; } |