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

Unified Diff: extensions/common/switches.cc

Issue 2560333002: Remove Deprecate Code For Desktop Capture Picker Old UI (Closed)
Patch Set: Further remove CombinedDesktopMediaList Created 4 years 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: extensions/common/switches.cc
diff --git a/extensions/common/switches.cc b/extensions/common/switches.cc
index 1545442b9c0589dc12d06a0b7c9000d7cb5cf819..11112e95a2e56e3c81d8707c2a1f3758d7b8cbb5 100644
--- a/extensions/common/switches.cc
+++ b/extensions/common/switches.cc
@@ -54,10 +54,6 @@ const char kEnableOverrideBookmarksUI[] = "enable-override-bookmarks-ui";
// Enables tab for desktop sharing.
const char kDisableTabForDesktopShare[] = "disable-tab-for-desktop-share";
-// 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.
const char kErrorConsole[] = "error-console";

Powered by Google App Engine
This is Rietveld 408576698