| 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 488cc4c3f8cef178575b9d5369410285ff35d061..09d9373e9aad08a1d51f7089a37a6579f5f268ea 100644
|
| --- a/chrome/browser/ui/ash/ash_util.cc
|
| +++ b/chrome/browser/ui/ash/ash_util.cc
|
| @@ -36,6 +36,7 @@ bool IsNativeWindowInAsh(gfx::NativeWindow native_window) {
|
| }
|
|
|
| void ToggleAshDesktop() {
|
| + // TODO(scottmg): Probably need to force Ash here. http://crbug.com/133312
|
| if (!ash::Shell::HasInstance())
|
| OpenAsh();
|
| else
|
|
|