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

Unified Diff: ash/common/wm/wm_event.h

Issue 2285633002: Add WM_EVENT_TRUSTED_PIN and WINDOW_STATE_TYPE_TRUSTED_PINNED to Ash. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased. Created 4 years, 3 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/window_state.cc ('k') | ash/common/wm/wm_types.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/wm/wm_event.h
diff --git a/ash/common/wm/wm_event.h b/ash/common/wm/wm_event.h
index 6e41596fca6f24785c16499d4e20412ec9c77a08..e26ba78d46a83d1b66ef46185323a2a90b672cfa 100644
--- a/ash/common/wm/wm_event.h
+++ b/ash/common/wm/wm_event.h
@@ -91,6 +91,10 @@ enum WMEventType {
// A user requested to pin a window.
WM_EVENT_PIN,
+
+ // A user requested to pin a window for a trusted application. This is similar
+ // WM_EVENT_PIN but does not allow user to exit the mode by shortcut key.
+ WM_EVENT_TRUSTED_PIN,
};
class ASH_EXPORT WMEvent {
« no previous file with comments | « ash/common/wm/window_state.cc ('k') | ash/common/wm/wm_types.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698