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

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: File name change 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..f52e38dd7d7b522d3edf2682c2e7830a2f06ab2f 100644
--- a/extensions/common/switches.cc
+++ b/extensions/common/switches.cc
@@ -58,6 +58,10 @@ 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 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