| Index: chrome/browser/views/frame/browser_view.h
|
| ===================================================================
|
| --- chrome/browser/views/frame/browser_view.h (revision 8638)
|
| +++ chrome/browser/views/frame/browser_view.h (working copy)
|
| @@ -40,6 +40,10 @@
|
| public views::WindowDelegate,
|
| public views::ClientView {
|
| public:
|
| + // In restored mode, we draw a 1 px edge around the content area inside the
|
| + // frame border.
|
| + static const int kClientEdgeThickness;
|
| +
|
| explicit BrowserView(Browser* browser);
|
| virtual ~BrowserView();
|
|
|
| @@ -76,6 +80,9 @@
|
| bool IsToolbarVisible() const;
|
| bool IsTabStripVisible() const;
|
|
|
| + // Returns true if the toolbar is displaying its normal set of controls.
|
| + bool IsToolbarDisplayModeNormal() const;
|
| +
|
| // Returns true if the profile associated with this Browser window is
|
| // off the record.
|
| bool IsOffTheRecord() const;
|
|
|