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

Unified Diff: chrome/browser/flag_descriptions.cc

Issue 2936273002: Add chrome://flag control for features::kBrowserTouchBar (Closed)
Patch Set: Fix comment position Created 3 years, 6 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
« no previous file with comments | « chrome/browser/flag_descriptions.h ('k') | tools/metrics/histograms/enums.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/flag_descriptions.cc
diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc
index af517fd725314b2ce95c04fe96e2186585cc91e3..8990ca60a544a24f229b335aa569ba25a920a47a 100644
--- a/chrome/browser/flag_descriptions.cc
+++ b/chrome/browser/flag_descriptions.cc
@@ -3213,6 +3213,9 @@ const char kOneGoogleBarOnLocalNtpDescription[] =
extern const char kMacRTLName[] = "Enable RTL";
extern const char kMacRTLDescription[] =
"Mirrors the UI for RTL language users";
+extern const char kMacTouchBarName[] = "Hardware TouchBar";
+extern const char kMacTouchBarDescription[] =
+ "Control the use of the TouchBar.";
#endif
#if defined(OS_CHROMEOS)
« no previous file with comments | « chrome/browser/flag_descriptions.h ('k') | tools/metrics/histograms/enums.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698