Index: chrome/browser/ui/views/frame/browser_view.h |
diff --git a/chrome/browser/ui/views/frame/browser_view.h b/chrome/browser/ui/views/frame/browser_view.h |
index 2fa9740a24b6b088a4b3a2afbbc2bbaaeeb41e04..137ed8cf335f1b18de6262472bc984ce4a49660a 100644 |
--- a/chrome/browser/ui/views/frame/browser_view.h |
+++ b/chrome/browser/ui/views/frame/browser_view.h |
@@ -202,6 +202,10 @@ class BrowserView : public BrowserWindow, |
// not incognito or a guest session. |
bool IsRegularOrGuestSession() const; |
+ // Returns whether or not a client edge (the border around the web content) |
+ // should be laid out and drawn. |
+ bool HasClientEdge() const; |
+ |
// Provides the containing frame with the accelerator for the specified |
// command id. This can be used to provide menu item shortcut hints etc. |
// Returns true if an accelerator was found for the specified |cmd_id|, false |