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

Unified Diff: ash/wm/workspace/managed_workspace.cc

Issue 9764008: Makes the launcher auto-hide for maximized windows. This turned out to (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add null checks and cleanup Created 8 years, 9 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: ash/wm/workspace/managed_workspace.cc
diff --git a/ash/wm/workspace/managed_workspace.cc b/ash/wm/workspace/managed_workspace.cc
index 725e5701b4050814850ca8e86857e3431b274371..4c9306e6ca91be87f5e1d45d570528872e18ccdb 100644
--- a/ash/wm/workspace/managed_workspace.cc
+++ b/ash/wm/workspace/managed_workspace.cc
@@ -27,8 +27,5 @@ void ManagedWorkspace::OnWindowAddedAfter(aura::Window* window,
void ManagedWorkspace::OnWindowRemoved(aura::Window* window) {
}
-void ManagedWorkspace::OnWorkspaceSizeChanged(const gfx::Rect& old_bounds) {
-}
-
} // namespace internal
} // namespace ash

Powered by Google App Engine
This is Rietveld 408576698