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

Unified Diff: chromeos_wm_ipc_enums.h

Issue 6058005: cros: Add message for Chrome notifying WM about signout. (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/cros.git@master
Patch Set: Created 10 years 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos_wm_ipc_enums.h
diff --git a/chromeos_wm_ipc_enums.h b/chromeos_wm_ipc_enums.h
index 6de7cfa457432c423032c300c421dd03eaa81f5e..1553757f9b74af66d25547358cb22ce44dc74917 100644
--- a/chromeos_wm_ipc_enums.h
+++ b/chromeos_wm_ipc_enums.h
@@ -260,7 +260,10 @@ enum WmIpcMessageType {
// param[0]: New state, from WmIpcPowerButtonState enum.
WM_IPC_MESSAGE_WM_NOTIFY_POWER_BUTTON_STATE = 21,
- // NEXT VALUE TO USE: 22
+ // Sent from Chrome to the window manager when the user is signing out.
+ WM_IPC_MESSAGE_WM_NOTIFY_SIGNING_OUT = 22,
+
+ // NEXT VALUE TO USE: 23
};
inline const char* WmIpcMessageTypeToString(WmIpcMessageType type) {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698