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

Unified Diff: chrome/common/chrome_features.h

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.h
diff --git a/chrome/common/chrome_features.h b/chrome/common/chrome_features.h
index c632e65fc546874b0bf68c8c1b5767302c23762a..74c6f6159c2137f0ad95c6d44a69b6433e100e3c 100644
--- a/chrome/common/chrome_features.h
+++ b/chrome/common/chrome_features.h
@@ -54,6 +54,10 @@ extern const base::Feature kBrowserHangFixesExperiment;
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;
extern const base::Feature kDisableFirstRunAutoImportWin;

Powered by Google App Engine
This is Rietveld 408576698