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

Unified Diff: chrome/browser/about_flags.cc

Issue 2125063002: Make Desktop Capture New Feature Default On (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove include Created 4 years, 5 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 f54760258d3560dac3ae14ffeb8b2b5843262a60..8ed90fac2cbff128ca943440f326b79a58635380 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -1824,14 +1824,13 @@ const FeatureEntry kFeatureEntries[] = {
#if defined(ENABLE_EXTENSIONS)
{"tab-for-desktop-share", IDS_FLAG_DISABLE_TAB_FOR_DESKTOP_SHARE,
IDS_FLAG_DISABLE_TAB_FOR_DESKTOP_SHARE_DESCRIPTION, kOsAll,
- ENABLE_DISABLE_VALUE_TYPE(
- extensions::switches::kEnableTabForDesktopShare,
+ SINGLE_VALUE_TYPE(
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,
+ {"disable-desktop-capture-picker-new-ui",
+ IDS_FLAG_DISABLE_DESKTOP_CAPTURE_PICKER_NEW_UI,
+ IDS_FLAG_DISABLE_DESKTOP_CAPTURE_PICKER_NEW_UI_DESCRIPTION, kOsAll,
SINGLE_VALUE_TYPE(
- extensions::switches::kDisableDesktopCapturePickerOldUI)},
+ extensions::switches::kDisableDesktopCapturePickerNewUI)},
#endif
#if defined(OS_ANDROID)
{"enable-ntp-snippets", IDS_FLAGS_ENABLE_NTP_SNIPPETS_NAME,
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/extensions/api/desktop_capture/desktop_capture_apitest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698