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

Issue 5971006: cros: Add enum to helper function that I forgot to update. (Closed)

Created:
10 years ago by Daniel Erat
Modified:
9 years, 7 months ago
Reviewers:
Chris Masone
CC:
chromium-os-reviews_chromium.org
Visibility:
Public.

Description

cros: Add enum to helper function that I forgot to update. This should have been included in http://codereview.chromium.org/6058005/. I have forgotten to do this this before and will forget to do it again. Change-Id: I5cc76561414dc36f5d76fe52c5e3e56d2d2ed9c6 BUG=chromium-os:9915 TEST=built it TBR=cmasone Committed: http://chrome-svn/viewvc/chromeos?view=rev&revision=08c38e0

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -0 lines) Patch
M chromeos_wm_ipc_enums.h View 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Daniel Erat
10 years ago (2010-12-22 19:07:00 UTC) #1
Chris Masone
10 years ago (2010-12-22 22:06:01 UTC) #2
Lgtm
On Dec 22, 2010 11:07 AM, <derat@chromium.org> wrote:
> Reviewers: Chris Masone,
>
> Description:
> cros: Add enum to helper function that I forgot to update.
>
> This should have been included in
> http://codereview.chromium.org/6058005/. I have forgotten
> to do this this before and will forget to do it again.
>
> Change-Id: I5cc76561414dc36f5d76fe52c5e3e56d2d2ed9c6
>
> BUG=chromium-os:9915
> TEST=built it
> TBR=cmasone
>
> Please review this at http://codereview.chromium.org/5971006/
>
> SVN Base: ssh://git@gitrw.chromium.org:9222/cros.git@master
>
> Affected files:
> M chromeos_wm_ipc_enums.h
>
>
> 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";
> }
>
>

Powered by Google App Engine
This is Rietveld 408576698