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

Unified Diff: chrome/browser/about_flags.cc

Issue 2630103002: Add --windows10-custom-titlebar to the about:flags page. (Closed)
Patch Set: add flag to histograms Created 3 years, 11 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/app/generated_resources.grd ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index 4fa9ea5fca5913f4a386315be3315ab1e5f792c9..af60dc34accc8719ece4408b5c5c4206715d6dcf 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -2203,6 +2203,13 @@ const FeatureEntry kFeatureEntries[] = {
IDS_NATIVE_ANDROID_HISTORY_MANAGER_DESCRIPTION, kOsAndroid,
FEATURE_VALUE_TYPE(chrome::android::kNativeAndroidHistoryManager)},
#endif // OS_ANDROID
+
+#if defined(OS_WIN)
+ {"windows10-custom-titlebar", IDS_FLAGS_WINDOWS10_CUSTOM_TITLEBAR_NAME,
+ IDS_FLAGS_WINDOWS10_CUSTOM_TITLEBAR_DESCRIPTION, kOsWin,
+ SINGLE_VALUE_TYPE(switches::kWindows10CustomTitlebar)},
+#endif // OS_WIN
+
{"enable-faster-location-reload", IDS_FLAGS_FASTER_LOCATION_RELOAD_NAME,
IDS_FLAGS_FASTER_LOCATION_RELOAD_DESCRIPTION, kOsAll,
FEATURE_VALUE_TYPE(features::kFasterLocationReload)},
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698