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

Unified Diff: ui/aura/window.h

Issue 132013004: Moves transient window observer methods out of WindowObserver (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: comments and update gyp Created 6 years, 11 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: ui/aura/window.h
diff --git a/ui/aura/window.h b/ui/aura/window.h
index cb3e720684df317b624ba12e7035917c71625497..630becbae7bd5beaebfc6b584deedf5549967aa6 100644
--- a/ui/aura/window.h
+++ b/ui/aura/window.h
@@ -41,12 +41,6 @@ class Layer;
class Texture;
}
-// TODO(sky): nuke. Temporary while moving transients out of Window.
-namespace views {
-namespace corewm {
-class TransientWindowManager;
-}
-}
namespace aura {
class LayoutManager;
@@ -369,8 +363,6 @@ class AURA_EXPORT Window : public ui::LayerDelegate,
private:
friend class test::WindowTestApi;
- // TODO(sky): temporary until TransientWindowManager gets its own observer.
- friend class views::corewm::TransientWindowManager;
friend class LayoutManager;
friend class RootWindow;
friend class WindowTargeter;

Powered by Google App Engine
This is Rietveld 408576698