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

Unified Diff: chrome/browser/about_flags.cc

Issue 1958293002: Revert "Desktop Capture Picker New UI: Non Mac Structure Change" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 44e3bc893f14b14f2b52ece9b02be957a963fdcc..21f2d8bb007fa20538c13f8a1b2e5ac966db4eb1 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -1528,7 +1528,8 @@ 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
@@ -1771,11 +1772,6 @@ 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,
@@ -1844,17 +1840,20 @@ 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