Index: chrome/browser/flag_descriptions.cc |
diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc |
index d3e7af50bf410d80e647645a23b7588db1e79125..0db8767031164478a72dcf126b9b460bfd891c1e 100644 |
--- a/chrome/browser/flag_descriptions.cc |
+++ b/chrome/browser/flag_descriptions.cc |
@@ -2952,4 +2952,17 @@ const char kEnableEncryptionMigrationDescription[] = |
#endif // #if defined(OS_CHROMEOS) |
+#if defined(OS_ANDROID) |
+ |
+const char kEnableCopylessPasteName[] = "App Indexing (Copyless Paste)"; |
+ |
+const char kEnableCopylessPasteDescription[] = |
+ "Provide suggestions for text input, based on your recent context. For " |
+ "example, if you looked at a restaurant website and switched to the Maps " |
+ "app, the keyboard would offer the name of that restaurant as a suggestion " |
+ "to enter into the search bar. The data is indexed locally, and never sent " |
+ "to the server. It's disabled in incognito mode."; |
+ |
+#endif // defined(OS_ANDROID) |
+ |
} // namespace flag_descriptions |