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

Unified Diff: ash/mus/bridge/wm_shell_mus.h

Issue 2072853002: Implement "pinned" mode in ash. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix linux build breakage 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
Index: ash/mus/bridge/wm_shell_mus.h
diff --git a/ash/mus/bridge/wm_shell_mus.h b/ash/mus/bridge/wm_shell_mus.h
index 39859515743c59b60f4619fc4b81719103fb11ac..4ada3f93b513484d1d9ecb849e6283462ee27b63 100644
--- a/ash/mus/bridge/wm_shell_mus.h
+++ b/ash/mus/bridge/wm_shell_mus.h
@@ -53,6 +53,7 @@ class WmShellMus : public WmShell, public ::mus::WindowTreeClientObserver {
WmWindow* GetRootWindowForDisplayId(int64_t display_id) override;
WmWindow* GetRootWindowForNewWindows() override;
bool IsForceMaximizeOnFirstRun() override;
+ bool IsPinned() override;
bool CanShowWindowForUser(WmWindow* window) override;
void LockCursor() override;
void UnlockCursor() override;

Powered by Google App Engine
This is Rietveld 408576698