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

Unified Diff: athena/wm/window_manager_impl.h

Issue 694883002: Do not allow split view to be engaged by a bezel gesture (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
« no previous file with comments | « athena/wm/split_view_controller.cc ('k') | athena/wm/window_manager_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: athena/wm/window_manager_impl.h
diff --git a/athena/wm/window_manager_impl.h b/athena/wm/window_manager_impl.h
index f3d8498a0a7ed4d89468c34bca3dc5ec7c33ba7a..72aafda2dfec14054e2a45135a9a814e76251974 100644
--- a/athena/wm/window_manager_impl.h
+++ b/athena/wm/window_manager_impl.h
@@ -26,7 +26,6 @@ namespace test {
class WindowManagerImplTestApi;
}
-class BezelController;
class SplitViewController;
class WindowListProviderImpl;
class WindowManagerObserver;
@@ -106,7 +105,6 @@ class ATHENA_EXPORT WindowManagerImpl : public WindowManager,
scoped_ptr<aura::Window> container_;
scoped_ptr<WindowListProviderImpl> window_list_provider_;
scoped_ptr<WindowOverviewMode> overview_;
- scoped_ptr<BezelController> bezel_controller_;
scoped_ptr<SplitViewController> split_view_controller_;
scoped_ptr<wm::WMState> wm_state_;
scoped_ptr<TitleDragController> title_drag_controller_;
« no previous file with comments | « athena/wm/split_view_controller.cc ('k') | athena/wm/window_manager_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698