Index: chrome/common/chrome_features.cc |
diff --git a/chrome/common/chrome_features.cc b/chrome/common/chrome_features.cc |
index ea067f44564626c1700387d0f3d3b128d392e57f..804296692958b29b9938c25fe1429045bc5ecf38 100644 |
--- a/chrome/common/chrome_features.cc |
+++ b/chrome/common/chrome_features.cc |
@@ -90,7 +90,7 @@ const base::Feature kBrowserHangFixesExperiment{ |
#if defined(OS_MACOSX) |
// Enables or disables the browser's touch bar. |
const base::Feature kBrowserTouchBar{"BrowserTouchBar", |
- base::FEATURE_DISABLED_BY_DEFAULT}; |
+ base::FEATURE_ENABLED_BY_DEFAULT}; |
// Enables or disables keyboard focus for the tab strip. |
const base::Feature kTabStripKeyboardFocus{"TabStripKeyboardFocus", |