Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(199)

Unified Diff: content/browser/android/content_feature_list.cc

Issue 2865653002: [Device Service] Decouple NFC implementation from //content (Closed)
Patch Set: Rebase Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/browser/BUILD.gn ('k') | content/browser/android/nfc_host.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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) {
« no previous file with comments | « content/browser/BUILD.gn ('k') | content/browser/android/nfc_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698