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

Unified Diff: athena/wm/window_list_provider_impl.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
« no previous file with comments | « athena/wm/split_view_controller_unittest.cc ('k') | athena/wm/window_list_provider_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: athena/wm/window_list_provider_impl.h
diff --git a/athena/wm/window_list_provider_impl.h b/athena/wm/window_list_provider_impl.h
index af0ad7fa61488ebc7207e7e579c3dc9349307f05..7d08a9d940bd02ea71fecc354cf40697c8abb327 100644
--- a/athena/wm/window_list_provider_impl.h
+++ b/athena/wm/window_list_provider_impl.h
@@ -29,7 +29,6 @@ class ATHENA_EXPORT WindowListProviderImpl : public WindowListProvider,
virtual const aura::Window::Windows& GetWindowList() const OVERRIDE;
virtual bool IsWindowInList(aura::Window* window) const OVERRIDE;
virtual bool IsValidWindow(aura::Window* window) const OVERRIDE;
- virtual void MoveToFront(aura::Window* window) OVERRIDE;
virtual void StackWindowFrontOf(aura::Window* window,
aura::Window*reference_window) OVERRIDE;
virtual void StackWindowBehindTo(aura::Window* window,
« no previous file with comments | « athena/wm/split_view_controller_unittest.cc ('k') | athena/wm/window_list_provider_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698