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

Unified Diff: extensions/common/switches.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
« no previous file with comments | « extensions/common/switches.h ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/common/switches.cc
diff --git a/extensions/common/switches.cc b/extensions/common/switches.cc
index 793f1b4f5aa32b5de9f3fd8ddf1da167a3248d76..399e9fb72a3bcefd8ffa31e72a6cf67a100b618c 100644
--- a/extensions/common/switches.cc
+++ b/extensions/common/switches.cc
@@ -56,11 +56,10 @@ const char kEnableOverrideBookmarksUI[] = "enable-override-bookmarks-ui";
// Enables tab for desktop sharing.
const char kDisableTabForDesktopShare[] = "disable-tab-for-desktop-share";
-const char kEnableTabForDesktopShare[] = "enable-tab-for-desktop-share";
-// Disable old UI for desktop capture picker window.
-const char kDisableDesktopCapturePickerOldUI[] =
- "disable-desktop-capture-picker-old-ui";
+// Disable new UI for desktop capture picker window.
+const char kDisableDesktopCapturePickerNewUI[] =
+ "disable-desktop-capture-picker-new-ui";
// Allows the ErrorConsole to collect runtime and manifest errors, and display
// them in the chrome:extensions page.
« no previous file with comments | « extensions/common/switches.h ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698