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

Unified Diff: chrome/browser/about_flags.cc

Issue 1962073002: Desktop Capture Picker New UI: Non Mac Structure Change (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix Unittest Crash Created 4 years, 7 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/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index 923c1c346bf128d1342858bb0be45781fc6e08d0..08dc55f593df7763e23363b6ec41eec99ce94424 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -1528,8 +1528,7 @@ const FeatureEntry kFeatureEntries[] = {
SINGLE_VALUE_TYPE(switches::kEnableWebRtcDtls12)},
#endif
#if defined(ENABLE_WEBRTC)
- {"enable-webrtc-ecdsa",
- IDS_FLAGS_WEBRTC_ECDSA_NAME,
+ {"enable-webrtc-ecdsa", IDS_FLAGS_WEBRTC_ECDSA_NAME,
IDS_FLAGS_WEBRTC_ECDSA_DESCRIPTION, kOsAll,
FEATURE_VALUE_TYPE(features::kWebRtcEcdsaDefault)},
#endif
@@ -1767,6 +1766,11 @@ const FeatureEntry kFeatureEntries[] = {
ENABLE_DISABLE_VALUE_TYPE(
extensions::switches::kEnableTabForDesktopShare,
extensions::switches::kDisableTabForDesktopShare)},
+ {"disable-desktop-capture-picker-old-ui",
+ IDS_FLAG_DISABLE_DESKTOP_CAPTURE_PICKER_OLD_UI,
+ IDS_FLAG_DISABLE_DESKTOP_CAPTURE_PICKER_OLD_UI_DESCRIPTION, kOsAll,
+ SINGLE_VALUE_TYPE(
+ extensions::switches::kDisableDesktopCapturePickerOldUI)},
#endif
#if defined(OS_ANDROID)
{"enable-ntp-snippets", IDS_FLAGS_ENABLE_NTP_SNIPPETS_NAME,
@@ -1835,20 +1839,17 @@ const FeatureEntry kFeatureEntries[] = {
SINGLE_VALUE_TYPE(switches::kEnableFullscreenTabDetaching)},
#endif
#if defined(OS_ANDROID)
- {"media-style-notification",
- IDS_FLAGS_MEDIA_STYLE_NOTIFICATION_NAME,
+ {"media-style-notification", IDS_FLAGS_MEDIA_STYLE_NOTIFICATION_NAME,
IDS_FLAGS_MEDIA_STYLE_NOTIFICATION_DESCRIPTION, kOsAndroid,
FEATURE_VALUE_TYPE(chrome::android::kMediaStyleNotification)},
- {"important-sites-in-cbd",
- IDS_FLAGS_IMPORTANT_SITES_IN_CBD_NAME,
+ {"important-sites-in-cbd", IDS_FLAGS_IMPORTANT_SITES_IN_CBD_NAME,
IDS_FLAGS_IMPORTANT_SITES_IN_CBD_DESCRIPTION, kOsAndroid,
FEATURE_VALUE_TYPE(chrome::android::kImportantSitesInCBD)},
#endif
{"enable-pointer-events", // FLAGS:RECORD_UMA
- IDS_FLAGS_EXPERIMENTAL_POINTER_EVENT_NAME,
- IDS_FLAGS_EXPERIMENTAL_POINTER_EVENT_DESCRIPTION,
- kOsAll,
- FEATURE_VALUE_TYPE(features::kPointerEvents)},
+ IDS_FLAGS_EXPERIMENTAL_POINTER_EVENT_NAME,
+ IDS_FLAGS_EXPERIMENTAL_POINTER_EVENT_DESCRIPTION, kOsAll,
+ FEATURE_VALUE_TYPE(features::kPointerEvents)},
// NOTE: Adding new command-line switches requires adding corresponding
// entries to enum "LoginCustomFlags" in histograms.xml. See note in
// histograms.xml and don't forget to run AboutFlagsHistogramTest unit test.
« no previous file with comments | « chrome/app/google_chrome_strings.grd ('k') | chrome/browser/ui/views/desktop_capture/desktop_media_picker_views.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698