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

Unified Diff: chrome/browser/flag_descriptions.cc

Issue 2706363002: Add Finch flag for Copyless Paste (Closed)
Patch Set: rebase 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/flag_descriptions.h ('k') | chrome/common/chrome_features.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « chrome/browser/flag_descriptions.h ('k') | chrome/common/chrome_features.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698