Commit 50ee1982 authored by Yusuf Ozuysal's avatar Yusuf Ozuysal Committed by Commit Bot

Add UMA action for tabgroup creation

This is a UMA action that was added for HTS, but is missing from GTS.
It triggers when the user creates a group via the "Create Group" button
inside the tab switcher.

BUG=952478

Change-Id: Ic5a7b090906ac979da77e633a6c9fd9afc2e8c58
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1566718Reviewed-by: default avatarTed Choc <tedchoc@chromium.org>
Commit-Queue: Yusuf Ozuysal <yusufo@chromium.org>
Cr-Commit-Position: refs/heads/master@{#650525}
parent b913327b
...@@ -254,6 +254,7 @@ class GridTabSwitcherMediator ...@@ -254,6 +254,7 @@ class GridTabSwitcherMediator
mTabModelSelector.openNewTab(new LoadUrlParams(UrlConstants.NTP_URL), mTabModelSelector.openNewTab(new LoadUrlParams(UrlConstants.NTP_URL),
TabLaunchType.FROM_CHROME_UI, parentTab, TabLaunchType.FROM_CHROME_UI, parentTab,
mTabModelSelector.isIncognitoSelected()); mTabModelSelector.isIncognitoSelected());
RecordUserAction.record("TabGroup.Created.TabSwitcher");
}; };
} }
......
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