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

Unified Diff: chromeos_wm_ipc_enums.h

Issue 5971006: cros: Add enum to helper function that I forgot to update. (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 1553757f9b74af66d25547358cb22ce44dc74917..eeb25c0eb2e6c75c95362b6e456b1915a20600c3 100644
--- a/chromeos_wm_ipc_enums.h
+++ b/chromeos_wm_ipc_enums.h
@@ -300,6 +300,8 @@ inline const char* WmIpcMessageTypeToString(WmIpcMessageType type) {
return "WM_NOTIFY_SHUTTING_DOWN";
case WM_IPC_MESSAGE_WM_NOTIFY_POWER_BUTTON_STATE:
return "WM_NOTIFY_POWER_BUTTON_STATE";
+ case WM_IPC_MESSAGE_WM_NOTIFY_SIGNING_OUT:
+ return "WM_NOTIFY_SIGNING_OUT";
default:
return "INVALID";
}
« 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