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

Unified Diff: chrome/browser/flag_descriptions.h

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/android/chrome_feature_list.cc ('k') | chrome/browser/flag_descriptions.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/flag_descriptions.h
diff --git a/chrome/browser/flag_descriptions.h b/chrome/browser/flag_descriptions.h
index b83249b181d1bd03ea2fb46fb18fab1fbdaa661a..f2d0d03acbf3b034b253a2726480d95dee4c142c 100644
--- a/chrome/browser/flag_descriptions.h
+++ b/chrome/browser/flag_descriptions.h
@@ -3200,6 +3200,16 @@ extern const char kEnableEncryptionMigrationDescription[];
#endif // #if defined(OS_CHROMEOS)
+#if defined(OS_ANDROID)
+
+// Name of the flag that enables Copyless Paste.
+extern const char kEnableCopylessPasteName[];
+
+// Description of the flag that enables Copyless Paste.
+extern const char kEnableCopylessPasteDescription[];
+
+#endif // defined(OS_ANDROID)
+
} // namespace flag_descriptions
#endif // CHROME_BROWSER_FLAG_DESCRIPTIONS_H_
« no previous file with comments | « chrome/browser/android/chrome_feature_list.cc ('k') | chrome/browser/flag_descriptions.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698