Commit 1c53fd3c authored by tedchoc's avatar tedchoc Committed by Commit bot

Fix misnamed CCT find in page UMA action.

TBR=yusufo@chromium.org
BUG=671797

Review-Url: https://codereview.chromium.org/2611163005
Cr-Commit-Position: refs/heads/master@{#441961}
parent 05dc9ef4
......@@ -852,7 +852,7 @@ public class CustomTabActivity extends ChromeActivity {
getContextualSearchManager().hideContextualSearch(StateChangeReason.UNKNOWN);
}
if (fromMenu) {
RecordUserAction.record("MobileMeanuFindInPage");
RecordUserAction.record("MobileMenuFindInPage");
} else {
RecordUserAction.record("MobileShortcutFindInPage");
}
......
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