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

Unified Diff: ui/aura_shell/desktop_background_view.cc

Issue 8381015: Add workspace to desktop (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: " Created 9 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: ui/aura_shell/desktop_background_view.cc
diff --git a/ui/aura_shell/desktop_background_view.cc b/ui/aura_shell/desktop_background_view.cc
index 86690e39dce71a1bccb63e7d53a0609ccec6eb57..1edee7f32ad8ad60a39ed045e30c231476b40224 100644
--- a/ui/aura_shell/desktop_background_view.cc
+++ b/ui/aura_shell/desktop_background_view.cc
@@ -40,7 +40,7 @@ bool DesktopBackgroundView::OnMousePressed(const views::MouseEvent& event) {
}
void DesktopBackgroundView::OnMouseReleased(const views::MouseEvent& event) {
- Shell::GetInstance()->TileWindows();
+ Shell::GetInstance()->ToggleOverview();
}
views::Widget* CreateDesktopBackground() {

Powered by Google App Engine
This is Rietveld 408576698