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

Unified Diff: chrome/browser/ui/ash/ash_util.cc

Issue 11030017: Add context to gfx::Screen calls in support of simultaneous desktop+ash (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: non-aura fix 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/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

Powered by Google App Engine
This is Rietveld 408576698