| Index: chrome/browser/ui/views/frame/browser_frame_aura.h
|
| diff --git a/chrome/browser/ui/views/frame/browser_frame_aura.h b/chrome/browser/ui/views/frame/browser_frame_aura.h
|
| index d4e0dbd14312928052da03cbc9973a7acd8b3f7d..98ee955713546356432c52eefd8f7d992759c347 100644
|
| --- a/chrome/browser/ui/views/frame/browser_frame_aura.h
|
| +++ b/chrome/browser/ui/views/frame/browser_frame_aura.h
|
| @@ -53,6 +53,9 @@ class BrowserFrameAura : public views::ContextMenuController,
|
|
|
| virtual ~BrowserFrameAura();
|
|
|
| + // Set the window into the auto managed mode.
|
| + void SetWindowAutoManaged();
|
| +
|
| // The BrowserView is our ClientView. This is a pointer to it.
|
| BrowserView* browser_view_;
|
|
|
|
|