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

Unified Diff: ash/common/wm/wm_types.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: Added trusted argument. Created 4 years, 4 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/wm_types.h
diff --git a/ash/common/wm/wm_types.h b/ash/common/wm/wm_types.h
index 5cdf161de3141fbbacc49e29d28735cdee3504b0..ad886d8c1c870a17eca3ef10e14b9eb44eceeb02 100644
--- a/ash/common/wm/wm_types.h
+++ b/ash/common/wm/wm_types.h
@@ -46,6 +46,7 @@ enum WindowStateType {
// Corresponding shelf should be hidden, also most of windows other than the
// pinned one should be hidden.
WINDOW_STATE_TYPE_PINNED,
+ WINDOW_STATE_TYPE_TRUSTED_PINNED,
};
// Utility functions to convert WindowStateType <-> ui::WindowShowState.

Powered by Google App Engine
This is Rietveld 408576698