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

Unified Diff: chrome/common/chrome_features.h

Issue 1909903002: Enable TabManager on Linux (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 a90d33da5b0495cc98977e4976e22663e12e96e6..435c4121adfd1d47d4dcf9ebaf38c236e595200b 100644
--- a/chrome/common/chrome_features.h
+++ b/chrome/common/chrome_features.h
@@ -15,9 +15,9 @@ namespace features {
// All features in alphabetical order. The features should be documented
// alongside the definition of their values in the .cc file.
-#if defined(OS_WIN) || defined(OS_MACOSX)
+#if defined(OS_WIN) || defined(OS_MACOSX) || defined(OS_LINUX)
extern const base::Feature kAutomaticTabDiscarding;
-#endif // defined(OS_WIN) || defined(OS_MACOSX)
+#endif // defined(OS_WIN) || defined(OS_MACOSX) || defined(OS_LINUX)
extern const base::Feature kExpectCTReporting;

Powered by Google App Engine
This is Rietveld 408576698