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 |