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

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

Issue 10382003: Changes needed to roll libjingle r141 (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Created 8 years, 7 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: remoting/client/plugin/pepper_port_allocator.h
===================================================================
--- remoting/client/plugin/pepper_port_allocator.h (revision 137969)
+++ remoting/client/plugin/pepper_port_allocator.h (working copy)
@@ -28,9 +28,10 @@
virtual ~PepperPortAllocator();
// cricket::HttpPortAllocatorBase overrides.
- virtual cricket::PortAllocatorSession* CreateSession(
- const std::string& channel_name,
- int component) OVERRIDE;
+ virtual cricket::PortAllocatorSession* CreateSessionInternal(
+ int component,
+ const std::string& ice_username_fragment,
+ const std::string& ice_password) OVERRIDE;
private:
PepperPortAllocator(
« no previous file with comments | « jingle/notifier/communicator/single_login_attempt.cc ('k') | remoting/client/plugin/pepper_port_allocator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698