 Chromium Code Reviews
 Chromium Code Reviews Issue 178863002:
  Implement settings in a widnow  (Closed) 
  Base URL: svn://svn.chromium.org/chrome/trunk/src
    
  
    Issue 178863002:
  Implement settings in a widnow  (Closed) 
  Base URL: svn://svn.chromium.org/chrome/trunk/src| Index: chrome/browser/ui/browser.h | 
| diff --git a/chrome/browser/ui/browser.h b/chrome/browser/ui/browser.h | 
| index bcfe5b27e48cd575efdde7493c27b9b68d2f17e5..75df0fd72cfbdad967c930868a1d51f0ca844c5a 100644 | 
| --- a/chrome/browser/ui/browser.h | 
| +++ b/chrome/browser/ui/browser.h | 
| @@ -772,6 +772,9 @@ class Browser : public TabStripModelObserver, | 
| content::WebContents* GetOrCloneTabForDisposition( | 
| WindowOpenDisposition disposition); | 
| + // Returns true if the Browser window should show the location bar. | 
| + bool ShowLocationBar() const; | 
| 
Ben Goodger (Google)
2014/03/03 18:55:16
Should probably be ShouldShowLocationBar or CanSho
 
stevenjb
2014/03/06 23:51:56
Done.
 | 
| + | 
| // 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 |