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

Unified Diff: chrome/browser/flag_descriptions.h

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/about_flags.cc ('k') | chrome/browser/flag_descriptions.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/flag_descriptions.h
diff --git a/chrome/browser/flag_descriptions.h b/chrome/browser/flag_descriptions.h
index e271f36f97cfa896c83560f8a37aae708a6c0c33..4111736054bb91c055511898b74fac8e39d7314e 100644
--- a/chrome/browser/flag_descriptions.h
+++ b/chrome/browser/flag_descriptions.h
@@ -3287,6 +3287,12 @@ extern const char kEnableCopylessPasteName[];
// Description of the flag that enables Copyless Paste.
extern const char kEnableCopylessPasteDescription[];
+// Title for the flag to enable WebNFC.
+extern const char kEnableWebNfcName[];
+
+// Description for the flag to enable WebNFC.
+extern const char kEnableWebNfcDescription[];
+
#endif // defined(OS_ANDROID)
} // namespace flag_descriptions
« no previous file with comments | « chrome/browser/about_flags.cc ('k') | chrome/browser/flag_descriptions.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698