Commit 5e2bc8c8 authored by tommyw@chromium.org's avatar tommyw@chromium.org

Make Chrome compile with enable_webrtc=0 again

BUG=

Review URL: https://chromiumcodereview.appspot.com/15688008

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202679 0039d316-1c4b-4281-b951-d872f2087c98
parent 691aa2f4
......@@ -428,6 +428,7 @@ const Experiment kExperiments[] = {
SINGLE_VALUE_TYPE("")
#endif
},
#if defined(ENABLE_WEBRTC)
{
"enable-sctp-data-channels",
IDS_FLAGS_ENABLE_SCTP_DATA_CHANNELS_NAME,
......@@ -435,6 +436,7 @@ const Experiment kExperiments[] = {
kOsAll,
SINGLE_VALUE_TYPE(switches::kEnableSCTPDataChannels)
},
#endif
#if defined(OS_ANDROID)
{
"enable-webaudio",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment