Index: chrome/browser/flag_descriptions.cc |
diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc |
index 18af4b8115408bb009a748367b64b1391ec4ca09..c33839cbf737473f69a00b14b7a25d11b0e8f0f2 100644 |
--- a/chrome/browser/flag_descriptions.cc |
+++ b/chrome/browser/flag_descriptions.cc |
@@ -3011,6 +3011,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 |