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

Unified Diff: chrome/browser/flag_descriptions.h

Issue 2830643002: [webnfc] Add WebNFC feature flag (Closed)
Patch Set: Add flags to histograms.xml 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
Index: chrome/browser/flag_descriptions.h
diff --git a/chrome/browser/flag_descriptions.h b/chrome/browser/flag_descriptions.h
index 577f9290f3ba6ad6c7485870c3c9b763f29d7ea7..f3273351dc79c68a47006c0aa1d0cbee1ec9e635 100644
--- a/chrome/browser/flag_descriptions.h
+++ b/chrome/browser/flag_descriptions.h
@@ -3266,6 +3266,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

Powered by Google App Engine
This is Rietveld 408576698