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

Unified Diff: athena/wm/window_manager_impl.h

Issue 546123002: Ensure that an activity is activated when overview mode is exited (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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/window_manager_impl.h
diff --git a/athena/wm/window_manager_impl.h b/athena/wm/window_manager_impl.h
index d741585ad7095cd268f5f12fb3aa4bc9d9f3da5d..9f65fb92ce5559913ad075982b0175a2c7cb335a 100644
--- a/athena/wm/window_manager_impl.h
+++ b/athena/wm/window_manager_impl.h
@@ -64,9 +64,8 @@ class WindowManagerImpl : public WindowManager,
virtual void ToggleSplitViewForTest() OVERRIDE;
// WindowOverviewModeDelegate:
- virtual void OnSelectWindow(aura::Window* window) OVERRIDE;
- virtual void OnSplitViewMode(aura::Window* left,
- aura::Window* right) OVERRIDE;
+ virtual void OnSelectWindow(aura::Window* window,
+ SplitType split_type) OVERRIDE;
// aura::WindowObserver:
virtual void OnWindowAdded(aura::Window* new_window) OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698