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

Unified Diff: ash/common/wm_window.h

Issue 2780943002: Enables ScreenPinningController for mash/mus (Closed)
Patch Set: local Created 3 years, 9 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/common/wm_window.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/wm_window.h
diff --git a/ash/common/wm_window.h b/ash/common/wm_window.h
index 4b08cb36242f7cdeb6769a66d45ed502788db94f..3711ec655f2932baa27d3b138f348909034ded54 100644
--- a/ash/common/wm_window.h
+++ b/ash/common/wm_window.h
@@ -280,9 +280,6 @@ class ASH_EXPORT WmWindow : public aura::WindowObserver,
void StackChildAbove(WmWindow* child, WmWindow* target);
void StackChildBelow(WmWindow* child, WmWindow* target);
- // See ScreenPinningController::SetPinnedWindow() for details.
- void SetPinned(bool trusted);
-
void SetAlwaysOnTop(bool value);
bool IsAlwaysOnTop() const;
« no previous file with comments | « ash/common/wm_shell.h ('k') | ash/common/wm_window.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698