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

Unified Diff: chrome/common/chrome_features.cc

Issue 2695493002: [Mac] Touch Bar support for default browser window state (Closed)
Patch Set: Fix for rsesek 3 Created 3 years, 10 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.cc
diff --git a/chrome/common/chrome_features.cc b/chrome/common/chrome_features.cc
index 174c574f12c8a20a73e949ad9664fa367241bf2d..2e314c479b0d0987e351532d4f62bbdcdeffeb10 100644
--- a/chrome/common/chrome_features.cc
+++ b/chrome/common/chrome_features.cc
@@ -64,6 +64,12 @@ const base::Feature kBlockPromptsIfDismissedOften{
const base::Feature kBrowserHangFixesExperiment{
"BrowserHangFixesExperiment", base::FEATURE_DISABLED_BY_DEFAULT};
+#if defined(OS_MACOSX)
+// Enables or disables the browser's touch bar.
+const base::Feature kBrowserTouchBar{"BrowserTouchBar",
+ base::FEATURE_ENABLED_BY_DEFAULT};
+#endif // defined(OS_MACOSX)
+
#if defined(OS_ANDROID)
// Experiment to make Geolocation permissions in the omnibox and the default
// search engine's search page consistent.

Powered by Google App Engine
This is Rietveld 408576698