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

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: 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/wm_event.h ('k') | ash/common/wm/wm_types.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « ash/common/wm/wm_event.h ('k') | ash/common/wm/wm_types.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698