| Index: content/browser/android/content_feature_list.cc
|
| diff --git a/content/browser/android/content_feature_list.cc b/content/browser/android/content_feature_list.cc
|
| index 973447703b96a4179239db8afb4243222162afb1..ee10efb25094dd64d842eacfab9f66955e2584bb 100644
|
| --- a/content/browser/android/content_feature_list.cc
|
| +++ b/content/browser/android/content_feature_list.cc
|
| @@ -22,7 +22,7 @@ namespace {
|
| // this array may either refer to features defined in the header of this file or
|
| // in other locations in the code base (e.g. content_features.h).
|
| const base::Feature* kFeaturesExposedToJava[] = {
|
| - &kRequestUnbufferedDispatch, &features::kWebNfc,
|
| + &kRequestUnbufferedDispatch,
|
| };
|
|
|
| const base::Feature* FindFeatureExposedToJava(const std::string& feature_name) {
|
|
|