Commit 9ba5cbc0 authored by Sophey Dong's avatar Sophey Dong Committed by Commit Bot

[Sharing Hub] Fix isSharingHubV15Enabled to use correct flag.

Bug: 1109649
Change-Id: Idc383783d2eb0e5a03fee54dcf19aa61e5f28124
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2318555Reviewed-by: default avatarKyle Milka <kmilka@chromium.org>
Commit-Queue: Sophey Dong <sophey@chromium.org>
Cr-Commit-Position: refs/heads/master@{#791946}
parent 583937ff
...@@ -275,7 +275,7 @@ public class ShareDelegateImpl implements ShareDelegate { ...@@ -275,7 +275,7 @@ public class ShareDelegateImpl implements ShareDelegate {
@Override @Override
public boolean isSharingHubV15Enabled() { public boolean isSharingHubV15Enabled() {
return isSharingHubV1Enabled() return isSharingHubV1Enabled()
&& ChromeFeatureList.isEnabled(ChromeFeatureList.CHROME_SHARING_HUB); && ChromeFeatureList.isEnabled(ChromeFeatureList.CHROME_SHARING_HUB_V15);
} }
/** /**
......
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