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

Unified Diff: ash/wm/window_modality_controller.h

Issue 11418224: Eliminates all ash dependencies from WindowModalityController. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 1 month 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/ash_activation_controller.cc ('k') | ash/wm/window_modality_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/window_modality_controller.h
===================================================================
--- ash/wm/window_modality_controller.h (revision 170295)
+++ ash/wm/window_modality_controller.h (working copy)
@@ -19,8 +19,6 @@
namespace ash {
-namespace wm {
-
// Sets the modal parent for the child.
ASH_EXPORT void SetModalParent(aura::Window* child, aura::Window* parent);
@@ -28,8 +26,6 @@
// have any modal transient children.
ASH_EXPORT aura::Window* GetModalTransient(aura::Window* window);
-}
-
namespace internal {
// WindowModalityController is an event filter that consumes events sent to
« no previous file with comments | « ash/wm/ash_activation_controller.cc ('k') | ash/wm/window_modality_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698