| 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.
|
|
|