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

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

Issue 536013002: Decoupling visibility states from webcontent, adding visibility management in ResourceManager (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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
« no previous file with comments | « athena/wm/public/window_manager.h ('k') | athena/wm/window_manager_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: athena/wm/public/window_manager_observer.h
diff --git a/athena/wm/public/window_manager_observer.h b/athena/wm/public/window_manager_observer.h
index 49ef7536c50aa3bc487ff77fcbd4b762debb1e1d..b128afcb896d5e4c9cd51bf7d0dce4d85944abb7 100644
--- a/athena/wm/public/window_manager_observer.h
+++ b/athena/wm/public/window_manager_observer.h
@@ -19,8 +19,11 @@ class ATHENA_EXPORT WindowManagerObserver {
// Called immediately after going out of the overview mode.
virtual void OnOverviewModeExit() = 0;
- // Called after the activity order has changed.
- virtual void OnActivityOrderHasChanged() = 0;
+ // Called immediately before the split view mode is activated.
+ virtual void OnSplitViewModeEnter() = 0;
+
+ // Called immediately after going out of the split view mode.
+ virtual void OnSplitViewModeExit() = 0;
};
} // namespace athena
« no previous file with comments | « athena/wm/public/window_manager.h ('k') | athena/wm/window_manager_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698