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

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: 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..93cc14040ff72ba9095b3a52713e9e1a0b303743 100644
--- a/content/public/common/content_features.h
+++ b/content/public/common/content_features.h
@@ -20,6 +20,9 @@ CONTENT_EXPORT extern const base::Feature kBrotliEncoding;
CONTENT_EXPORT extern const base::Feature kCredentialManagementAPI;
CONTENT_EXPORT extern const base::Feature kDownloadResumption;
CONTENT_EXPORT extern const base::Feature kExperimentalFramework;
+#if defined(OS_ANDROID)
+CONTENT_EXPORT extern const base::Feature kImeThread;
Ted C 2016/03/08 21:49:43 looks like this should go in the ifdef below
Changwan Ryu 2016/03/09 01:43:56 Done.
+#endif
CONTENT_EXPORT extern const base::Feature kNonValidatingReloadOnRefreshContent;
CONTENT_EXPORT extern const base::Feature kOptimizeIPCForSmallResource;
CONTENT_EXPORT extern const base::Feature kRenderingPipelineThrottling;

Powered by Google App Engine
This is Rietveld 408576698