Index: chrome/browser/ui/views/frame/browser_frame_aura.cc |
diff --git a/chrome/browser/ui/views/frame/browser_frame_aura.cc b/chrome/browser/ui/views/frame/browser_frame_aura.cc |
index 764e95b5d6a15431b838c9ceef87a95023cc48b8..b1c1cbe3de3462729da6b0c4d031e7478b3641cb 100644 |
--- a/chrome/browser/ui/views/frame/browser_frame_aura.cc |
+++ b/chrome/browser/ui/views/frame/browser_frame_aura.cc |
@@ -24,6 +24,7 @@ |
#if defined(USE_ASH) |
#include "ash/wm/property_util.h" |
+#include "ash/wm/window_util.h" |
#endif |
#if !defined(OS_CHROMEOS) |
@@ -109,6 +110,8 @@ BrowserFrameAura::BrowserFrameAura(BrowserFrame* browser_frame, |
ash::SetPersistsAcrossAllWorkspaces( |
GetNativeWindow(), |
ash::WINDOW_PERSISTS_ACROSS_ALL_WORKSPACES_VALUE_NO); |
+ // Also mark this window as automatically position manageable. |
+ ash::wm::SetWindowPositionManageable(GetNativeWindow(), true); |
} |
#endif |
} |