Commit 0e8f9776 authored by Reilly Grant's avatar Reilly Grant Committed by Commit Bot

[webnfc] Remove flag from about:flags

The flag to enable WebNFC is now the regular experimental web platform
features flag. The "WebNFC" feature can still be used as a kill-switch
but should not normally be touched by users or developers.

Bug: 1035048
Change-Id: I7989ccd610affb5f0b8341f112a583e5dbacc3f9
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2071365Reviewed-by: default avatarOvidio de Jesús Ruiz-Henríquez <odejesush@chromium.org>
Commit-Queue: Reilly Grant <reillyg@chromium.org>
Cr-Commit-Position: refs/heads/master@{#746090}
parent 7143f9e8
...@@ -3032,12 +3032,6 @@ const FeatureEntry kFeatureEntries[] = { ...@@ -3032,12 +3032,6 @@ const FeatureEntry kFeatureEntries[] = {
flag_descriptions::kForceColorProfileDescription, kOsAll, flag_descriptions::kForceColorProfileDescription, kOsAll,
MULTI_VALUE_TYPE(kForceColorProfileChoices)}, MULTI_VALUE_TYPE(kForceColorProfileChoices)},
#if defined(OS_ANDROID)
{"enable-webnfc", flag_descriptions::kEnableWebNfcName,
flag_descriptions::kEnableWebNfcDescription, kOsAndroid,
FEATURE_VALUE_TYPE(features::kWebNfc)},
#endif
{"force-effective-connection-type", {"force-effective-connection-type",
flag_descriptions::kForceEffectiveConnectionTypeName, flag_descriptions::kForceEffectiveConnectionTypeName,
flag_descriptions::kForceEffectiveConnectionTypeDescription, kOsAll, flag_descriptions::kForceEffectiveConnectionTypeDescription, kOsAll,
......
...@@ -2041,11 +2041,6 @@ ...@@ -2041,11 +2041,6 @@
"owners": [ "webgl-team@google.com" ], "owners": [ "webgl-team@google.com" ],
"expiry_milestone": 85 "expiry_milestone": 85
}, },
{
"name": "enable-webnfc",
"owners": [ "rijubrata.bhaumik@intel.com","reillyg" ],
"expiry_milestone": 82
},
{ {
"name": "enable-webrtc-capture-multi-channel-audio-processing", "name": "enable-webrtc-capture-multi-channel-audio-processing",
"owners": [ "saza" ], "owners": [ "saza" ],
......
...@@ -2349,9 +2349,6 @@ const char kEnableOfflinePreviewsName[] = "Offline Page Previews"; ...@@ -2349,9 +2349,6 @@ const char kEnableOfflinePreviewsName[] = "Offline Page Previews";
const char kEnableOfflinePreviewsDescription[] = const char kEnableOfflinePreviewsDescription[] =
"Enable showing offline page previews on slow networks."; "Enable showing offline page previews on slow networks.";
const char kEnableWebNfcName[] = "WebNFC";
const char kEnableWebNfcDescription[] = "Enable WebNFC support.";
const char kEphemeralTabUsingBottomSheetName[] = const char kEphemeralTabUsingBottomSheetName[] =
"An ephemeral Preview Tab using the bottom sheet"; "An ephemeral Preview Tab using the bottom sheet";
const char kEphemeralTabUsingBottomSheetDescription[] = const char kEphemeralTabUsingBottomSheetDescription[] =
......
...@@ -1362,9 +1362,6 @@ extern const char kEnableRevampedContextMenuDescription[]; ...@@ -1362,9 +1362,6 @@ extern const char kEnableRevampedContextMenuDescription[];
extern const char kEnableOfflinePreviewsName[]; extern const char kEnableOfflinePreviewsName[];
extern const char kEnableOfflinePreviewsDescription[]; extern const char kEnableOfflinePreviewsDescription[];
extern const char kEnableWebNfcName[];
extern const char kEnableWebNfcDescription[];
extern const char kEphemeralTabUsingBottomSheetName[]; extern const char kEphemeralTabUsingBottomSheetName[];
extern const char kEphemeralTabUsingBottomSheetDescription[]; extern const char kEphemeralTabUsingBottomSheetDescription[];
......
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