Skip to content

Commit

Permalink
Remove MediaStream runtime flag (status=stable) for chromium
Browse files Browse the repository at this point in the history
BUG=402536

Review URL: https://codereview.chromium.org/590113002

Cr-Commit-Position: refs/heads/master@{#296672}
  • Loading branch information
heeyoun authored and Commit bot committed Sep 25, 2014
1 parent fba9eef commit f8dae6e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions content/child/runtime_features.cc
Original file line number Diff line number Diff line change
Expand Up @@ -108,10 +108,8 @@ void SetRuntimeFeaturesDefaultsAndUpdateFromArgs(
WebRuntimeFeatures::enableSharedWorker(false);

#if defined(OS_ANDROID)
if (command_line.HasSwitch(switches::kDisableWebRTC)) {
WebRuntimeFeatures::enableMediaStream(false);
if (command_line.HasSwitch(switches::kDisableWebRTC))
WebRuntimeFeatures::enablePeerConnection(false);
}

// WebAudio is enabled by default on ARM and X86, if the MediaCodec
// API is available.
Expand Down

0 comments on commit f8dae6e

Please sign in to comment.