Index: chrome/browser/ui/ash/ash_util.cc |
diff --git a/chrome/browser/ui/ash/ash_util.cc b/chrome/browser/ui/ash/ash_util.cc |
index 09d9373e9aad08a1d51f7089a37a6579f5f268ea..add9678cf9f6b55f2d58ba7ee061e014562cf387 100644 |
--- a/chrome/browser/ui/ash/ash_util.cc |
+++ b/chrome/browser/ui/ash/ash_util.cc |
@@ -6,6 +6,7 @@ |
#include "ash/shell.h" |
#include "chrome/browser/ui/ash/ash_init.h" |
+#include "chrome/browser/ui/host_desktop.h" |
#include "ui/aura/root_window.h" |
namespace chrome { |
@@ -36,7 +37,7 @@ bool IsNativeWindowInAsh(gfx::NativeWindow native_window) { |
} |
void ToggleAshDesktop() { |
- // TODO(scottmg): Probably need to force Ash here. http://crbug.com/133312 |
+ ScopedForceDesktopType force(chrome::HOST_DESKTOP_TYPE_ASH); |
if (!ash::Shell::HasInstance()) |
OpenAsh(); |
else |