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

Unified Diff: ash/aura/wm_shell_aura.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/ash.gyp ('k') | ash/aura/wm_shell_aura.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/aura/wm_shell_aura.h
diff --git a/ash/aura/wm_shell_aura.h b/ash/aura/wm_shell_aura.h
index 30b97847fb3b675148a561b5a6f77654f6988080..5f5b7d544ff4c4044b5f0cd9e3acce22eb0be217 100644
--- a/ash/aura/wm_shell_aura.h
+++ b/ash/aura/wm_shell_aura.h
@@ -39,6 +39,8 @@ class ASH_EXPORT WmShellAura : public WmShell,
WmWindow* GetRootWindowForDisplayId(int64_t display_id) override;
WmWindow* GetRootWindowForNewWindows() override;
bool IsForceMaximizeOnFirstRun() override;
+ bool IsPinned() override;
+ void SetPinnedWindow(WmWindow* window) override;
bool CanShowWindowForUser(WmWindow* window) override;
void LockCursor() override;
void UnlockCursor() override;
@@ -59,7 +61,6 @@ class ASH_EXPORT WmShellAura : public WmShell,
void RemoveDisplayObserver(WmDisplayObserver* observer) override;
void AddShellObserver(ShellObserver* observer) override;
void RemoveShellObserver(ShellObserver* observer) override;
- void NotifyPinnedStateChanged(WmWindow* pinned_window) override;
private:
// aura::client::ActivationChangeObserver:
« no previous file with comments | « ash/ash.gyp ('k') | ash/aura/wm_shell_aura.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698