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

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

Issue 11343028: Revert 164652 - speculative revert - this change may have caused print dialog test failures on XP. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 2 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_util.cc ('k') | ash/wm/workspace/auto_window_management.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/workspace/auto_window_management.h
===================================================================
--- ash/wm/workspace/auto_window_management.h (revision 164764)
+++ ash/wm/workspace/auto_window_management.h (working copy)
@@ -1,20 +0,0 @@
-// Copyright (c) 2012 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "ui/aura/window.h"
-
-namespace ash {
-namespace internal {
-
-// Check if after removal or hide of the given |removed_window| an automated
-// desktop location management can be performed and rearrange accordingly.
-void RearrangeVisibleWindowOnHideOrRemove(const aura::Window* removed_window);
-
-// Check if after insertion or showing of the given |added_window| an automated
-// desktop location management can be performed and rearrange accordingly.
-void RearrangeVisibleWindowOnShow(aura::Window* added_window);
-
-} // namespace internal
-} // namespace ash
-
« no previous file with comments | « ash/wm/window_util.cc ('k') | ash/wm/workspace/auto_window_management.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698