Commit 56b1ac4b authored by Chris Lu's avatar Chris Lu Committed by Chromium LUCI CQ

[ios] Fix Main Intent Metric logging

IOSLaunchedBySearchInChromeIntent is being logged instead of
IOSOpenByMainIntent. This change fixes that.

Bug: 1154422
Change-Id: If77133adeceb18296e7fbc1f284c13348923793d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2568650
Auto-Submit: Chris Lu <thegreenfrog@chromium.org>
Reviewed-by: default avatarEugene But <eugenebut@chromium.org>
Commit-Queue: Eugene But <eugenebut@chromium.org>
Commit-Queue: Chris Lu <thegreenfrog@chromium.org>
Cr-Commit-Position: refs/heads/master@{#832574}
parent 12e3480f
......@@ -324,7 +324,7 @@ const int kMainIntentCheckDelay = 1;
}
if (!appStartupFromExternalIntent) {
base::RecordAction(
base::UserMetricsAction("IOSLaunchedBySearchInChromeIntent"));
base::UserMetricsAction("IOSOpenByMainIntent"));
}
[_appState
......
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