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

Unified Diff: ash/wm/workspace/maximized_workspace.h

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/maximized_workspace.h
diff --git a/ash/wm/workspace/maximized_workspace.h b/ash/wm/workspace/maximized_workspace.h
index 5792a6686a7f2f792e1e71a651a9b66263148e46..9f457562b0416c2e839e23064a9db350d640497f 100644
--- a/ash/wm/workspace/maximized_workspace.h
+++ b/ash/wm/workspace/maximized_workspace.h
@@ -24,7 +24,6 @@ class ASH_EXPORT MaximizedWorkspace : public Workspace {
virtual void OnWindowAddedAfter(aura::Window* window,
aura::Window* after) OVERRIDE;
virtual void OnWindowRemoved(aura::Window* window) OVERRIDE;
- virtual void OnWorkspaceSizeChanged(const gfx::Rect& old_bounds) OVERRIDE;
private:
void ResetWindowBounds(aura::Window* window);

Powered by Google App Engine
This is Rietveld 408576698