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

Unified Diff: ash/common/wm_shell.h

Issue 2234033002: mash: Remove WorkspaceLayoutManagerDelegate. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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: ash/common/wm_shell.h
diff --git a/ash/common/wm_shell.h b/ash/common/wm_shell.h
index 02dbdfc40f7cc721b0dda0a0b84076c578c4344f..450e51b3c7ddbed0015b1cc9de8f4328377a183d 100644
--- a/ash/common/wm_shell.h
+++ b/ash/common/wm_shell.h
@@ -283,6 +283,9 @@ class ASH_EXPORT WmShell {
// Called after overview mode has ended.
virtual void OnOverviewModeEnded() = 0;
+ // Notifies observers on entering or exiting fullscreen mode in |root_window|.
James Cook 2016/08/10 19:55:42 nit: "on" -> "after", assuming that's true
msw 2016/08/10 20:47:41 Done.
+ void NotifyFullscreenStateChanged(bool is_fullscreen, WmWindow* root_window);
+
// Notifies |observers_| when entering or exiting pinned mode for
// |pinned_window|. Entering or exiting can be checked by looking at
// |pinned_window|'s window state.

Powered by Google App Engine
This is Rietveld 408576698