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

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

Issue 10444014: ash: Improved window maximize/restore animations (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix lock screen, app windows Created 8 years, 6 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
« no previous file with comments | « ash/wm/window_animations_unittest.cc ('k') | ash/wm/workspace/workspace.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/workspace/workspace.h
diff --git a/ash/wm/workspace/workspace.h b/ash/wm/workspace/workspace.h
index 149a5cc659f883311484f96a857fa58ac5d11e23..e212e550010b3b7092a8db0ca170ae2b7aaa2407 100644
--- a/ash/wm/workspace/workspace.h
+++ b/ash/wm/workspace/workspace.h
@@ -67,10 +67,6 @@ class ASH_EXPORT Workspace {
// Sets the bounds of the specified window.
void SetWindowBounds(aura::Window* window, const gfx::Rect& bounds);
- // Sets the ignore window. See WorkspaceManager::set_ignored_window() for
- // details.
- void SetIgnoredWindow(aura::Window* window);
-
// Returns true if the given |window| can be added to this workspace.
virtual bool CanAdd(aura::Window* window) const = 0;
« no previous file with comments | « ash/wm/window_animations_unittest.cc ('k') | ash/wm/workspace/workspace.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698