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

Unified Diff: athena/wm/window_manager_impl.h

Issue 480293003: Adding functions to the window_list_provider for accessing the activities window list (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed 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/window_manager_impl.h
diff --git a/athena/wm/window_manager_impl.h b/athena/wm/window_manager_impl.h
index d741585ad7095cd268f5f12fb3aa4bc9d9f3da5d..4895555dc974a60ae132dbbf135fdf8204c7a550 100644
--- a/athena/wm/window_manager_impl.h
+++ b/athena/wm/window_manager_impl.h
@@ -62,6 +62,7 @@ class WindowManagerImpl : public WindowManager,
virtual void AddObserver(WindowManagerObserver* observer) OVERRIDE;
virtual void RemoveObserver(WindowManagerObserver* observer) OVERRIDE;
virtual void ToggleSplitViewForTest() OVERRIDE;
+ virtual WindowListProvider* GetWindowListProvider() OVERRIDE;
// WindowOverviewModeDelegate:
virtual void OnSelectWindow(aura::Window* window) OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698