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

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

Issue 574113004: [Athena] Fix switching activities by swiping from the right bezel (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@athena_split
Patch Set: Created 6 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: 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 a1f1e45c058eeb16271bec9c65751f23a9ab05dc..8790b1f278b0a2e782dd3e82e30d8ed1e02efc5e 100644
--- a/athena/wm/public/window_list_provider.h
+++ b/athena/wm/public/window_list_provider.h
@@ -33,10 +33,6 @@ class ATHENA_EXPORT WindowListProvider {
// WindowListProvider.
virtual bool IsValidWindow(aura::Window* window) const = 0;
- // Moves a given |window| to the front of all windows of the window list.
- // Note: The window has to be in the list already.
- virtual void MoveToFront(aura::Window* window) = 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