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

Unified Diff: ash/wm/workspace/managed_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/managed_workspace.h
diff --git a/ash/wm/workspace/managed_workspace.h b/ash/wm/workspace/managed_workspace.h
index 3b77c12d0ecaffb258bb18f561301636a76d8ac7..764d78b057472fc35bf6d14a93c483758f0614ab 100644
--- a/ash/wm/workspace/managed_workspace.h
+++ b/ash/wm/workspace/managed_workspace.h
@@ -24,7 +24,6 @@ class ASH_EXPORT ManagedWorkspace : 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:
DISALLOW_COPY_AND_ASSIGN(ManagedWorkspace);

Powered by Google App Engine
This is Rietveld 408576698