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

Unified Diff: ash/common/wm_window.h

Issue 2780943002: Enables ScreenPinningController for mash/mus (Closed)
Patch Set: cleanup 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
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;

Powered by Google App Engine
This is Rietveld 408576698