Chromium Code Reviews| Index: ash/shell_delegate.h |
| diff --git a/ash/shell_delegate.h b/ash/shell_delegate.h |
| index a61586c8b7c57cdb468981fd009e5527d9779c88..f66ad2a98ee0c84e0cc4f99a3edfc167a3f6595d 100644 |
| --- a/ash/shell_delegate.h |
| +++ b/ash/shell_delegate.h |
| @@ -45,6 +45,8 @@ enum UserMetricsAction { |
| UMA_ACCEL_SEARCH_LWIN, |
| UMA_MOUSE_DOWN, |
| UMA_TOUCHSCREEN_TAP_DOWN, |
| + UMA_LAUNCHER_CLICK_ON_APPLIST_BUTTON, |
|
sky
2012/08/10 22:22:51
Can you sort all of these.
|
| + UMA_LAUNCHER_CLICK_ON_APP, |
| }; |
| // Delegate of the Shell. |