Commit 17dac07c authored by Sophey Dong's avatar Sophey Dong Committed by Commit Bot

[SendTabToSelf] Remove metrics logging in wrong place.

Bug: 1073159
Change-Id: I0ee1029d183d6f9a2305511a73508dee7a34580e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2209994Reviewed-by: default avatarJeffrey Cohen <jeffreycohen@chromium.org>
Commit-Queue: Sophey Dong <sophey@chromium.org>
Cr-Commit-Position: refs/heads/master@{#770703}
parent f4ddf67b
...@@ -69,8 +69,6 @@ public class DevicePickerBottomSheetContent implements BottomSheetContent, OnIte ...@@ -69,8 +69,6 @@ public class DevicePickerBottomSheetContent implements BottomSheetContent, OnIte
} }
private void createContentView() { private void createContentView() {
SendTabToSelfShareClickResult.recordClickResult(
SendTabToSelfShareClickResult.ClickType.CLICK_ITEM);
List<TargetDeviceInfo> targetDeviceList = new ArrayList<TargetDeviceInfo>(); List<TargetDeviceInfo> targetDeviceList = new ArrayList<TargetDeviceInfo>();
SendTabToSelfAndroidBridgeJni.get().getAllTargetDeviceInfos(mProfile, targetDeviceList); SendTabToSelfAndroidBridgeJni.get().getAllTargetDeviceInfos(mProfile, targetDeviceList);
......
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