| 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;
|
|
|
|
|