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

Unified Diff: content/public/common/content_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 | « content/public/common/content_switches.h ('k') | extensions/common/switches.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/common/content_switches.cc
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
index dd4298b62cc145445dfbfb6d07c6e5bdc8ab5d5a..93c9b0ac62a6e03bffcfa393bf09096548447385 100644
--- a/content/public/common/content_switches.cc
+++ b/content/public/common/content_switches.cc
@@ -957,8 +957,8 @@ const char kEnableAggressiveDOMStorageFlushing[] =
"enable-aggressive-domstorage-flushing";
// Enable audio for desktop share.
-const char kEnableAudioSupportForDesktopShare[] =
- "enable-audio-support-for-desktop-share";
+const char kDisableAudioSupportForDesktopShare[] =
+ "disable-audio-support-for-desktop-share";
#if defined(OS_CHROMEOS)
// Disables panel fitting (used for mirror mode).
« no previous file with comments | « content/public/common/content_switches.h ('k') | extensions/common/switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698