Commit e4a56ee6 authored by Xiaoqian Dai's avatar Xiaoqian Dai Committed by Commit Bot

back gesture: fix the uma metrics name mismatch.

Bug: 1071598
Change-Id: I950ebd930cc06de05c65426bfa14081dc1c58dad
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2153689Reviewed-by: default avatarXiyuan Xia <xiyuan@chromium.org>
Commit-Queue: Xiaoqian Dai <xdai@chromium.org>
Cr-Commit-Position: refs/heads/master@{#759796}
parent 74d2bd19
...@@ -17,13 +17,13 @@ ...@@ -17,13 +17,13 @@
namespace ash { namespace ash {
constexpr char kBackGestureStartScenarioHistogram[] = constexpr char kBackGestureStartScenarioHistogram[] =
"Tablet.BackGesture.StartScenario"; "Ash.BackGesture.StartScenarioType";
constexpr char kBackGestureEndScenarioHistogram[] = constexpr char kBackGestureEndScenarioHistogram[] =
"Tablet.BackGesture.EndScenario"; "Ash.BackGesture.EndScenarioType";
constexpr char kBackGestureUnderneathWindowTypeHistogram[] = constexpr char kBackGestureUnderneathWindowTypeHistogram[] =
"Tablet.BackGesture.UnderneathWindowType"; "Ash.BackGesture.UnderneathWindowType";
BackGestureStartScenarioType GetStartScenarioType( BackGestureStartScenarioType GetStartScenarioType(
bool dragged_from_splitview_divider, bool dragged_from_splitview_divider,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment