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

Unified Diff: chrome/browser/flag_descriptions.cc

Issue 2830643002: [webnfc] Add WebNFC feature flag (Closed)
Patch Set: Rebased to master Created 3 years, 8 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 | « chrome/browser/flag_descriptions.h ('k') | content/browser/android/content_feature_list.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/flag_descriptions.cc
diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc
index e42bd86f598bf20586231b4f56d7a5905b3c457b..d1ba3edf7ee6588d49fd65903c13dc510d08108e 100644
--- a/chrome/browser/flag_descriptions.cc
+++ b/chrome/browser/flag_descriptions.cc
@@ -3027,6 +3027,10 @@ const char kEnableCopylessPasteDescription[] =
"to enter into the search bar. The data is indexed locally, and never sent "
"to the server. It's disabled in incognito mode.";
+const char kEnableWebNfcName[] = "WebNFC";
+
+const char kEnableWebNfcDescription[] = "Enable WebNFC support.";
+
#endif // defined(OS_ANDROID)
} // namespace flag_descriptions
« no previous file with comments | « chrome/browser/flag_descriptions.h ('k') | content/browser/android/content_feature_list.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698