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

Unified Diff: extensions/common/switches.cc

Issue 1838623002: Bring Audio Share and Tab Share Default On (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Three value flag for Tab Created 4 years, 9 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 77e5ad16b528d428097f631af19746323010e710..9f60f9619f67ace847271a8c12628fccab622f9f 100644
--- a/extensions/common/switches.cc
+++ b/extensions/common/switches.cc
@@ -31,8 +31,8 @@ const char kEnableAppWindowControls[] = "enable-app-window-controls";
// Enable BLE Advertisiing in apps.
const char kEnableBLEAdvertising[] = "enable-ble-advertising-in-apps";
-const char kEnableDesktopCaptureAudio[] =
- "enable-audio-support-for-desktop-share";
+const char kDisableDesktopCaptureAudio[] =
+ "disable-audio-support-for-desktop-share";
// Hack so that feature switch can work with about_flags. See
// kEnableScriptsRequireAction.
@@ -55,6 +55,7 @@ const char kEnableMojoSerialService[] = "enable-mojo-serial-service";
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";
// Allows the ErrorConsole to collect runtime and manifest errors, and display
« 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