Index: chrome/common/chrome_features.cc |
diff --git a/chrome/common/chrome_features.cc b/chrome/common/chrome_features.cc |
index 2af2de4e050750fdcebb43f1f1c9f9b3437fef9d..db7acfb70f1ef67c46492434550527f704fb1ed0 100644 |
--- a/chrome/common/chrome_features.cc |
+++ b/chrome/common/chrome_features.cc |
@@ -97,6 +97,8 @@ const base::Feature kTabStripKeyboardFocus{"TabStripKeyboardFocus", |
base::FEATURE_DISABLED_BY_DEFAULT}; |
#endif // defined(OS_MACOSX) |
+const base::Feature kTabsInCbd{"TabsInCBD", base::FEATURE_DISABLED_BY_DEFAULT}; |
+ |
// Whether to trigger app banner installability checks on page load. |
const base::Feature kCheckInstallabilityForBannerOnLoad{ |
"CheckInstallabilityForBannerOnLoad", base::FEATURE_DISABLED_BY_DEFAULT}; |