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

Unified Diff: chrome/browser/ui/views/frame/browser_frame_aura.h

Issue 11085053: Improving window auto management between workspaces (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: git try Created 8 years, 2 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/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_;

Powered by Google App Engine
This is Rietveld 408576698