| Index: ash/common/wm_shell.h
|
| diff --git a/ash/common/wm_shell.h b/ash/common/wm_shell.h
|
| index e0dd7f6afc80a94191d454a1ac7c9b164fed17d9..c02d049158ee02f23b7de0e9635107b4c5de8032 100644
|
| --- a/ash/common/wm_shell.h
|
| +++ b/ash/common/wm_shell.h
|
| @@ -12,6 +12,7 @@
|
|
|
| #include "ash/ash_export.h"
|
| #include "ash/common/media_delegate.h"
|
| +#include "ash/common/metrics/gesture_action_type.h"
|
| #include "ash/common/metrics/user_metrics_action.h"
|
| #include "ash/common/wm/lock_state_observer.h"
|
| #include "base/observer_list.h"
|
| @@ -218,6 +219,7 @@ class ASH_EXPORT WmShell {
|
|
|
| virtual std::vector<WmWindow*> GetAllRootWindows() = 0;
|
|
|
| + virtual void RecordGestureAction(GestureActionType action) = 0;
|
| virtual void RecordUserMetricsAction(UserMetricsAction action) = 0;
|
| virtual void RecordTaskSwitchMetric(TaskSwitchSource source) = 0;
|
|
|
|
|