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

Unified Diff: athena/wm/public/window_list_provider.h

Issue 633623002: Handle transient children as a part of transient parent (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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
Index: athena/wm/public/window_list_provider.h
diff --git a/athena/wm/public/window_list_provider.h b/athena/wm/public/window_list_provider.h
index 8790b1f278b0a2e782dd3e82e30d8ed1e02efc5e..69560ea83aaa20f36c7fbc5c0f2fd5c0bea13bec 100644
--- a/athena/wm/public/window_list_provider.h
+++ b/athena/wm/public/window_list_provider.h
@@ -29,10 +29,6 @@ class ATHENA_EXPORT WindowListProvider {
// Returns true if the |window| is part of the list.
virtual bool IsWindowInList(aura::Window* window) const = 0;
- // Returns true if the given window is a window which can be handled by the
- // WindowListProvider.
- virtual bool IsValidWindow(aura::Window* window) const = 0;
-
// Stacks a given |window| in direct front of a |reference_window|.
// Note: The |window| and |reference_window| has to be in the list already.
virtual void StackWindowFrontOf(aura::Window* window,

Powered by Google App Engine
This is Rietveld 408576698