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

Unified Diff: ash/common/wm_shell.h

Issue 2223553003: Adds WmShell::RecordGestureAction() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix gyp Created 4 years, 4 months 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
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;
« no previous file with comments | « ash/common/metrics/gesture_action_type.h ('k') | ash/frame/caption_buttons/frame_caption_button_container_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698