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

Unified Diff: remoting/host/cast_extension_session.h

Issue 1500663003: Removing references to webrtc::PortAllocatorFactoryInterface. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixing merge conflict, and removing some dead code. Created 5 years 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: remoting/host/cast_extension_session.h
diff --git a/remoting/host/cast_extension_session.h b/remoting/host/cast_extension_session.h
index 3c0fe4b4b23a6b319703fb0ab4122aaad5902500..f71d89388966b12d976bcfefceb36a795ab0dcd9 100644
--- a/remoting/host/cast_extension_session.h
+++ b/remoting/host/cast_extension_session.h
@@ -198,7 +198,7 @@ class CastExtensionSession : public HostExtensionSession,
rtc::scoped_refptr<CastCreateSessionDescriptionObserver>
create_session_desc_observer_;
- // Parameters passed to ChromiumPortAllocatorFactory on creation.
+ // Parameters passed to ChromiumPortAllocator on creation.
scoped_refptr<net::URLRequestContextGetter> url_request_context_getter_;
const protocol::NetworkSettings& network_settings_;

Powered by Google App Engine
This is Rietveld 408576698