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

Unified Diff: chrome/common/chrome_features.h

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.h
diff --git a/chrome/common/chrome_features.h b/chrome/common/chrome_features.h
index 8ba7f418a8f1620dbd70e7296e99e7d6c9a3a43f..c96d9c9eb2284bfe102c7c6448fa81e7ebc15092 100644
--- a/chrome/common/chrome_features.h
+++ b/chrome/common/chrome_features.h
@@ -46,6 +46,10 @@ extern const base::Feature kBlockPromptsIfDismissedOften;
extern const base::Feature kBrowserHangFixesExperiment;
+#if defined(OS_MACOSX)
+extern const base::Feature kBrowserTouchBar;
+#endif // defined(OS_MACOSX)
+
#if defined(OS_ANDROID)
extern const base::Feature kConsistentOmniboxGeolocation;
#endif

Powered by Google App Engine
This is Rietveld 408576698