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

Unified Diff: ash/common/wm_shell_common.h

Issue 2072853002: Implement "pinned" mode in ash. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address comments Created 4 years, 6 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 | « ash/common/wm_shell.h ('k') | ash/mus/bridge/wm_shell_mus.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/wm_shell_common.h
diff --git a/ash/common/wm_shell_common.h b/ash/common/wm_shell_common.h
index bb91da8fe25cfd04b21c9312891b0519ba7d3ae7..d504c4eba32ba2fc68220e11795c3fa66bfb38c3 100644
--- a/ash/common/wm_shell_common.h
+++ b/ash/common/wm_shell_common.h
@@ -35,6 +35,9 @@ class ASH_EXPORT WmShellCommon {
return &shell_observers_;
}
+ // 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.
void NotifyPinnedStateChanged(WmWindow* pinned_window);
private:
« no previous file with comments | « ash/common/wm_shell.h ('k') | ash/mus/bridge/wm_shell_mus.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698