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

Unified Diff: content/public/common/content_features.h

Issue 1771223002: Migrate *-ime-thread switches to feature API (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: plumb imeadapter instead and fixed nits Created 4 years, 9 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: content/public/common/content_features.h
diff --git a/content/public/common/content_features.h b/content/public/common/content_features.h
index 32ae2f3fa146116206c17f26efad4d12e5ec15e1..8fbbf42fe17a466a23b92a82ed22a0a63c44dc99 100644
--- a/content/public/common/content_features.h
+++ b/content/public/common/content_features.h
@@ -30,6 +30,7 @@ CONTENT_EXPORT extern const base::Feature kUpdateRendererPriorityOnStartup;
CONTENT_EXPORT extern const base::Feature kWebFontsIntervention;
#if defined(OS_ANDROID)
+CONTENT_EXPORT extern const base::Feature kImeThread;
CONTENT_EXPORT extern const base::Feature kSeccompSandboxAndroid;
#endif // defined(OS_ANDROID)

Powered by Google App Engine
This is Rietveld 408576698