| Index: chrome/browser/ui/browser.h
|
| diff --git a/chrome/browser/ui/browser.h b/chrome/browser/ui/browser.h
|
| index 9f7706f20e0c5f7d944a79955264bfbeca5db64a..31996a9f96e0efbb2e00bb8240e5b3ba1c4a85d3 100644
|
| --- a/chrome/browser/ui/browser.h
|
| +++ b/chrome/browser/ui/browser.h
|
| @@ -774,6 +774,9 @@ class Browser : public TabStripModelObserver,
|
| content::WebContents* GetOrCloneTabForDisposition(
|
| WindowOpenDisposition disposition);
|
|
|
| + // Returns true if the Browser window should show the location bar.
|
| + bool ShouldShowLocationBar() const;
|
| +
|
| // Implementation of SupportsWindowFeature and CanSupportWindowFeature. If
|
| // |check_fullscreen| is true, the set of features reflect the actual state of
|
| // the browser, otherwise the set of features reflect the possible state of
|
|
|