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

Unified Diff: extensions/common/switches.cc

Issue 1932413002: Desktop Capture Picker New UI: Non Mac Structure Change (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Flag Created 4 years, 8 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: extensions/common/switches.cc
diff --git a/extensions/common/switches.cc b/extensions/common/switches.cc
index 9f60f9619f67ace847271a8c12628fccab622f9f..b0cd8f772ff97b8a62325fcce757ad3bf23e8822 100644
--- a/extensions/common/switches.cc
+++ b/extensions/common/switches.cc
@@ -58,6 +58,9 @@ const char kEnableOverrideBookmarksUI[] = "enable-override-bookmarks-ui";
const char kDisableTabForDesktopShare[] = "disable-tab-for-desktop-share";
const char kEnableTabForDesktopShare[] = "enable-tab-for-desktop-share";
+// Disable new UI for desktop capture picker window.
+const char kDisableDesktopPickerNewUI[] = "disable-desktop-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