Commit 9dceac07 authored by Alex Chau's avatar Alex Chau Committed by Commit Bot

Enable SharingUseDeviceInfo by default

- Also updated experiment group name for UnidoOnSignInV2 to prepare for
  http://cl/295704680

Bug: 1050189
Change-Id: I5187505b2691d3f71e62a62bf8996d7bd5fc4940
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2062329Reviewed-by: default avatarMark Pearson <mpearson@chromium.org>
Commit-Queue: Alex Chau <alexchau@chromium.org>
Cr-Commit-Position: refs/heads/master@{#742216}
parent e8c24cd2
......@@ -5,7 +5,7 @@
#include "chrome/browser/sharing/features.h"
const base::Feature kSharingUseDeviceInfo{"SharingUseDeviceInfo",
base::FEATURE_DISABLED_BY_DEFAULT};
base::FEATURE_ENABLED_BY_DEFAULT};
const base::Feature kSharingQRCodeGenerator{"SharingQRCodeGenerator",
base::FEATURE_DISABLED_BY_DEFAULT};
......
......@@ -7139,7 +7139,7 @@
],
"experiments": [
{
"name": "Enabled_2020-02-06",
"name": "Enabled_2020-02-18",
"enable_features": [
"SharingSendViaSync",
"SyncDeviceInfoInTransportMode"
......@@ -7148,25 +7148,6 @@
]
}
],
"UnidoUseDeviceInfo": [
{
"platforms": [
"android",
"chromeos",
"linux",
"mac",
"windows"
],
"experiments": [
{
"name": "Enabled",
"enable_features": [
"SharingUseDeviceInfo"
]
}
]
}
],
"UnifiedAutoplay": [
{
"platforms": [
......
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