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

Unified Diff: chrome/common/chrome_features.cc

Issue 2706363002: Add Finch flag for Copyless Paste (Closed)
Patch Set: Created 3 years, 10 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
Index: chrome/common/chrome_features.cc
diff --git a/chrome/common/chrome_features.cc b/chrome/common/chrome_features.cc
index 4f62bd8f2126f7b532595dc16697c662dfa4205f..c3abcdde24495a5373150fb7a06c049f45fc5bc1 100644
--- a/chrome/common/chrome_features.cc
+++ b/chrome/common/chrome_features.cc
@@ -77,6 +77,12 @@ const base::Feature kConsistentOmniboxGeolocation{
"ConsistentOmniboxGeolocation", base::FEATURE_DISABLED_BY_DEFAULT};
#endif
+#if defined(OS_ANDROID)
+// Experiment to extract structured metadata for app indexing.
+const base::Feature kCopylessPaste{"CopylessPaste",
+ base::FEATURE_DISABLED_BY_DEFAULT};
+#endif
+
#if defined(OS_WIN)
// Enables or disables desktop ios promotion, which shows a promotion to the
// user promoting Chrome for iOS.

Powered by Google App Engine
This is Rietveld 408576698