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

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

Issue 470083004: athena: A simpler implementation of WindowListProvider. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 4 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
« no previous file with comments | « athena/wm/mru_window_tracker.cc ('k') | athena/wm/split_view_controller.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 7ffadf4ca0eae2792874f0c5bc75c17d144b10ce..d22aa3da376069285b1c1bf0b1a9f556a3f2fb3d 100644
--- a/athena/wm/public/window_list_provider.h
+++ b/athena/wm/public/window_list_provider.h
@@ -17,9 +17,6 @@ class ATHENA_EXPORT WindowListProvider {
// Returns an ordered list of windows.
virtual aura::Window::Windows GetWindowList() const = 0;
-
- // Moves the window to the front of the list.
- virtual void MoveToFront(aura::Window* window) = 0;
};
} // namespace athena
« no previous file with comments | « athena/wm/mru_window_tracker.cc ('k') | athena/wm/split_view_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698