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 1d3a72c..f1fc0b7 100644
--- a/chrome/common/chrome_features.h
+++ b/chrome/common/chrome_features.h
@@ -19,6 +19,10 @@ namespace features {
extern const base::Feature kAutomaticTabDiscarding;
#endif // defined(OS_WIN) || defined(OS_MACOSX)
+#if defined(GOOGLE_CHROME_BUILD) && defined(OS_LINUX) && !defined(OS_CHROMEOS)
+extern const base::Feature kLinuxObsoleteSystemIsEndOfTheLine;
+#endif
+
// 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).