summaryrefslogtreecommitdiffstats
path: root/chrome/common/chrome_features.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common/chrome_features.h')
-rw-r--r--chrome/common/chrome_features.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/common/chrome_features.h b/chrome/common/chrome_features.h
index c0910bca..72acfa6 100644
--- a/chrome/common/chrome_features.h
+++ b/chrome/common/chrome_features.h
@@ -35,6 +35,10 @@ extern const base::Feature kSimplifiedFullscreenUI;
extern const base::Feature kSyzyasanDeferredFree;
#endif
+#if defined(OS_CHROMEOS)
+extern const base::Feature kOptInImeMenu;
+#endif // defined(OS_CHROMEOS)
+
// DON'T ADD RANDOM STUFF HERE. Put it in the main section above in
// alphabetical order, or in one of the ifdefs (also in order in each section).