Handling failure of creating PeerConnection factory instead of crashing.
commita47d50b9a407a796d41fa4bdebfab398b21c4d03
authorgrunell@chromium.org <grunell@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Tue, 21 Feb 2012 16:00:20 +0000 (21 16:00 +0000)
committergrunell@chromium.org <grunell@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Tue, 21 Feb 2012 16:00:20 +0000 (21 16:00 +0000)
tree024f3bdb4b4d84a7b3e10e6c302caf4edd0bb20d
parent810e812115f231a6ba3c328ff0a4939008830243
Handling failure of creating PeerConnection factory instead of crashing.

There are valid reasons for the creation to fail, so we should not crash. Unfortunately, there is still no way of reporting an error to the javascript app so we have to silently fail.

BUG=112442,114006,114396
TEST=For example call getUserMedia with a default audio device set to 96 kHz sampling frequency.

Review URL: http://codereview.chromium.org/9395085

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@122826 0039d316-1c4b-4281-b951-d872f2087c98
content/renderer/media/media_stream_impl.cc