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

Issue 17101034: Add static Create method to LibjingleTransportFactory (Closed)

Created:
7 years, 6 months ago by solb
Modified:
7 years, 6 months ago
Reviewers:
Sergey Ulanov
CC:
chromium-reviews, jamiewalch+watch_chromium.org, dcaiafa+watch_chromium.org, hclam+watch_chromium.org, wez+watch_chromium.org, amit, sanjeevr, garykac+watch_chromium.org, lambroslambrou+watch_chromium.org, rmsousa+watch_chromium.org, weitaosu+watch_chromium.org, alexeypa+watch_chromium.org, sergeyu+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Add static Create method to LibjingleTransportFactory This allows the class's easy use in future client implementations. Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=207942

Patch Set 1 #

Total comments: 5

Patch Set 2 : Moved it back and added LibjingleTransportFactory::Create #

Total comments: 5

Patch Set 3 : Fixed style violations #

Total comments: 3

Patch Set 4 : Fixed erroneous comments #

Total comments: 1

Patch Set 5 : Removed leftover comment line #

Patch Set 6 : Fixed misdeclaration of struct as class #

Patch Set 7 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+89 lines, -352 lines) Patch
D remoting/host/host_port_allocator.h View 1 chunk +0 lines, -57 lines 0 comments Download
D remoting/host/host_port_allocator.cc View 1 chunk +0 lines, -185 lines 0 comments Download
D remoting/host/network_settings.h View 1 chunk +0 lines, -54 lines 0 comments Download
M remoting/host/plugin/host_script_object.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M remoting/host/remoting_me2me_host.cc View 1 2 chunks +1 line, -1 line 0 comments Download
D remoting/host/session_manager_factory.h View 1 1 chunk +8 lines, -1 line 0 comments Download
D remoting/host/session_manager_factory.cc View 1 2 2 chunks +6 lines, -17 lines 0 comments Download
A + remoting/jingle_glue/chromium_port_allocator.h View 1 2 3 4 4 chunks +9 lines, -11 lines 0 comments Download
A + remoting/jingle_glue/chromium_port_allocator.cc View 1 2 10 chunks +21 lines, -19 lines 0 comments Download
A + remoting/jingle_glue/network_settings.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M remoting/protocol/libjingle_transport_factory.h View 1 2 3 4 5 6 1 chunk +14 lines, -0 lines 0 comments Download
M remoting/protocol/libjingle_transport_factory.cc View 1 2 3 4 5 2 chunks +24 lines, -1 line 0 comments Download
M remoting/remoting.gyp View 1 2 3 4 5 3 chunks +3 lines, -3 lines 0 comments Download

Messages

Total messages: 14 (0 generated)
solb
I'm using the session_manager_factory header in my code and wanted it to expose access to ...
7 years, 6 months ago (2013-06-20 01:38:37 UTC) #1
Sergey Ulanov
https://codereview.chromium.org/17101034/diff/1/remoting/protocol/native_port_allocator.cc File remoting/protocol/native_port_allocator.cc (right): https://codereview.chromium.org/17101034/diff/1/remoting/protocol/native_port_allocator.cc#newcode24 remoting/protocol/native_port_allocator.cc:24: class NativePortAllocatorSession I think this code belongs to jingle_glue ...
7 years, 6 months ago (2013-06-20 19:37:53 UTC) #2
solb
On 2013/06/20 19:37:53, Sergey Ulanov wrote: > https://codereview.chromium.org/17101034/diff/1/remoting/protocol/native_port_allocator.cc > File remoting/protocol/native_port_allocator.cc (right): > > https://codereview.chromium.org/17101034/diff/1/remoting/protocol/native_port_allocator.cc#newcode24 ...
7 years, 6 months ago (2013-06-20 23:58:33 UTC) #3
Sergey Ulanov
https://codereview.chromium.org/17101034/diff/6001/remoting/host/session_manager_factory.cc File remoting/host/session_manager_factory.cc (right): https://codereview.chromium.org/17101034/diff/6001/remoting/host/session_manager_factory.cc#newcode1 remoting/host/session_manager_factory.cc:1: // Copyright (c) 2012 The Chromium Authors. All rights ...
7 years, 6 months ago (2013-06-21 00:48:13 UTC) #4
solb
On 2013/06/21 00:48:13, Sergey Ulanov wrote: > https://codereview.chromium.org/17101034/diff/6001/remoting/host/session_manager_factory.cc > File remoting/host/session_manager_factory.cc (right): > > https://codereview.chromium.org/17101034/diff/6001/remoting/host/session_manager_factory.cc#newcode1 ...
7 years, 6 months ago (2013-06-21 01:05:45 UTC) #5
Sergey Ulanov
LGTM when my comments are addressed. https://codereview.chromium.org/17101034/diff/17001/remoting/jingle_glue/chromium_port_allocator.h File remoting/jingle_glue/chromium_port_allocator.h (right): https://codereview.chromium.org/17101034/diff/17001/remoting/jingle_glue/chromium_port_allocator.h#newcode23 remoting/jingle_glue/chromium_port_allocator.h:23: // used by ...
7 years, 6 months ago (2013-06-21 01:21:57 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/solb@chromium.org/17101034/26001
7 years, 6 months ago (2013-06-21 01:52:06 UTC) #7
Sergey Ulanov
https://codereview.chromium.org/17101034/diff/26001/remoting/jingle_glue/chromium_port_allocator.h File remoting/jingle_glue/chromium_port_allocator.h (right): https://codereview.chromium.org/17101034/diff/26001/remoting/jingle_glue/chromium_port_allocator.h#newcode24 remoting/jingle_glue/chromium_port_allocator.h:24: // when creating relay sessions. It also configures itself ...
7 years, 6 months ago (2013-06-21 02:05:28 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/solb@chromium.org/17101034/17003
7 years, 6 months ago (2013-06-21 02:44:13 UTC) #9
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build on ...
7 years, 6 months ago (2013-06-21 03:10:19 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/solb@chromium.org/17101034/40001
7 years, 6 months ago (2013-06-21 16:53:39 UTC) #11
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build on ...
7 years, 6 months ago (2013-06-21 17:12:24 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/solb@chromium.org/17101034/49002
7 years, 6 months ago (2013-06-21 17:14:44 UTC) #13
commit-bot: I haz the power
7 years, 6 months ago (2013-06-21 22:42:58 UTC) #14
Message was sent while issue was closed.
Change committed as 207942

Powered by Google App Engine
This is Rietveld 408576698