| Index: chrome/common/chrome_features.h | 
| diff --git a/chrome/common/chrome_features.h b/chrome/common/chrome_features.h | 
| index 6d8026577d1743ff51a9ad5b38e2d3d0af875ce9..0196603aefd219f707c48be6bb30517badaa80a5 100644 | 
| --- a/chrome/common/chrome_features.h | 
| +++ b/chrome/common/chrome_features.h | 
| @@ -72,6 +72,10 @@ extern const base::Feature kCleanupToolUI; | 
| extern const base::Feature kConsistentOmniboxGeolocation; | 
| #endif | 
|  | 
| +#if defined(OS_ANDROID) | 
| +extern const base::Feature kCopylessPaste; | 
| +#endif | 
| + | 
| #if defined(OS_WIN) | 
| extern const base::Feature kDesktopIOSPromotion; | 
| #endif  // defined(OS_WIN) | 
|  |