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

Unified Diff: remoting/client/plugin/pepper_port_allocator.cc

Issue 1584883002: Fix PepperPortAllocatorSession to initialize callback_factory_. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/client/plugin/pepper_port_allocator.cc
diff --git a/remoting/client/plugin/pepper_port_allocator.cc b/remoting/client/plugin/pepper_port_allocator.cc
index 6f2e27a99ad20c8d10dcd5be5204d88e32c4c997..6f3b55180411411542e818dd652b856010fdb0b0 100644
--- a/remoting/client/plugin/pepper_port_allocator.cc
+++ b/remoting/client/plugin/pepper_port_allocator.cc
@@ -72,7 +72,8 @@ PepperPortAllocatorSession::PepperPortAllocatorSession(
component,
ice_username_fragment,
ice_password),
- pp_instance_(allocator->pp_instance()) {}
+ pp_instance_(allocator->pp_instance()),
+ callback_factory_(this) {}
PepperPortAllocatorSession::~PepperPortAllocatorSession() {}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698