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

Unified Diff: content/renderer/media/media_stream_dependency_factory.cc

Issue 29253003: Enable DTLS caching for Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 2 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
Index: content/renderer/media/media_stream_dependency_factory.cc
diff --git a/content/renderer/media/media_stream_dependency_factory.cc b/content/renderer/media/media_stream_dependency_factory.cc
index 1a7fd531f868fe6ba2c735e7e6d1b77743e65275..75d5f28e6e6f9f57834a8165e7e7ab6e1aa8f6fb 100644
--- a/content/renderer/media/media_stream_dependency_factory.cc
+++ b/content/renderer/media/media_stream_dependency_factory.cc
@@ -575,7 +575,7 @@ MediaStreamDependencyFactory::CreatePeerConnection(
web_frame);
PeerConnectionIdentityService* identity_service =
- PeerConnectionIdentityService::Create(
+ new PeerConnectionIdentityService(
GURL(web_frame->document().url().spec()).GetOrigin());
return pc_factory_->CreatePeerConnection(ice_servers,

Powered by Google App Engine
This is Rietveld 408576698