Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(117)

Unified Diff: chrome/browser/ui/browser.h

Issue 178863002: Implement settings in a widnow (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698