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

Unified Diff: ash/wm/property_util.h

Issue 24020002: Move GetRootWindowController() to root_window_controller.h (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 3 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/property_util.h
diff --git a/ash/wm/property_util.h b/ash/wm/property_util.h
index 41a9d93a58d38ba7475f362a529dfccd67596e1b..365a373e6fff994da6cfa2b7859f69986964d362 100644
--- a/ash/wm/property_util.h
+++ b/ash/wm/property_util.h
@@ -8,7 +8,6 @@
#include "ash/ash_export.h"
namespace aura {
-class RootWindow;
class Window;
}
@@ -17,9 +16,6 @@ class Rect;
}
namespace ash {
-namespace internal {
-class RootWindowController;
-}
// Sets the restore bounds property on |window| in the virtual screen
// coordinates. Deletes existing bounds value if exists.
@@ -63,13 +59,6 @@ ASH_EXPORT bool GetWindowAlwaysRestoresToRestoreBounds(
ASH_EXPORT void SetTrackedByWorkspace(aura::Window* window, bool value);
ASH_EXPORT bool GetTrackedByWorkspace(const aura::Window* window);
-// Sets/Gets the RootWindowController for |root_window|.
-ASH_EXPORT void SetRootWindowController(
- aura::RootWindow* root_window,
- internal::RootWindowController* controller);
-ASH_EXPORT internal::RootWindowController* GetRootWindowController(
- const aura::RootWindow* root_window);
-
-}
+} // namespace ash
#endif // ASH_WM_PROPERTY_UTIL_H_

Powered by Google App Engine
This is Rietveld 408576698