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

Issue 9004050: Move signaling connection creation out of ChromotingHost. (Closed)

Created:
8 years, 12 months ago by Sergey Ulanov
Modified:
8 years, 11 months ago
Reviewers:
Wez
CC:
chromium-reviews, jamiewalch+watch_chromium.org, hclam+watch_chromium.org, simonmorris+watch_chromium.org, wez+watch_chromium.org, amit, sanjeevr, garykac+watch_chromium.org, lambroslambrou+watch_chromium.org, Paweł Hajdan Jr., sergeyu+watch_chromium.org
Visibility:
Public.

Description

Move signaling connection creation out of ChromotingHost. Also removed signaling-related events from ChromotingHostObserver interface and changes host observers to listen for notifications from SignalStrategy directly. BUG=107276 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=116256

Patch Set 1 #

Patch Set 2 : - #

Patch Set 3 : - #

Total comments: 42

Patch Set 4 : - #

Unified diffs Side-by-side diffs Delta from patch set Stats (+344 lines, -379 lines) Patch
M remoting/host/chromoting_host.h View 1 2 3 4 chunks +8 lines, -21 lines 0 comments Download
M remoting/host/chromoting_host.cc View 1 2 3 7 chunks +5 lines, -59 lines 0 comments Download
M remoting/host/chromoting_host_unittest.cc View 3 chunks +5 lines, -2 lines 0 comments Download
M remoting/host/heartbeat_sender.h View 1 2 3 3 chunks +13 lines, -20 lines 0 comments Download
M remoting/host/heartbeat_sender.cc View 1 2 3 3 chunks +32 lines, -41 lines 0 comments Download
M remoting/host/heartbeat_sender_unittest.cc View 1 2 3 5 chunks +36 lines, -26 lines 0 comments Download
M remoting/host/host_status_observer.h View 1 chunk +0 lines, -4 lines 0 comments Download
M remoting/host/it2me_host_user_interface.h View 1 chunk +0 lines, -2 lines 0 comments Download
M remoting/host/it2me_host_user_interface.cc View 1 chunk +0 lines, -7 lines 0 comments Download
M remoting/host/log_to_server.h View 1 2 3 3 chunks +13 lines, -11 lines 0 comments Download
M remoting/host/log_to_server.cc View 4 chunks +15 lines, -17 lines 0 comments Download
M remoting/host/log_to_server_unittest.cc View 1 2 3 4 chunks +14 lines, -12 lines 0 comments Download
M remoting/host/plugin/host_script_object.h View 2 chunks +3 lines, -5 lines 0 comments Download
M remoting/host/plugin/host_script_object.cc View 1 2 3 6 chunks +17 lines, -16 lines 0 comments Download
M remoting/host/register_support_host_request.h View 1 2 3 4 chunks +24 lines, -23 lines 0 comments Download
M remoting/host/register_support_host_request.cc View 1 2 3 2 chunks +41 lines, -39 lines 0 comments Download
M remoting/host/register_support_host_request_unittest.cc View 1 2 3 4 chunks +31 lines, -13 lines 0 comments Download
M remoting/host/remoting_me2me_host.cc View 1 2 3 4 chunks +38 lines, -21 lines 0 comments Download
M remoting/host/simple_host_process.cc View 6 chunks +49 lines, -40 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
Sergey Ulanov
8 years, 12 months ago (2011-12-28 21:52:49 UTC) #1
Wez
Basically LGTM, but see comments below! http://codereview.chromium.org/9004050/diff/5001/remoting/host/chromoting_host.cc File remoting/host/chromoting_host.cc (right): http://codereview.chromium.org/9004050/diff/5001/remoting/host/chromoting_host.cc#newcode49 remoting/host/chromoting_host.cc:49: DCHECK(desktop_environment_); nit: Do ...
8 years, 11 months ago (2012-01-03 16:25:04 UTC) #2
Sergey Ulanov
http://codereview.chromium.org/9004050/diff/5001/remoting/host/chromoting_host.cc File remoting/host/chromoting_host.cc (right): http://codereview.chromium.org/9004050/diff/5001/remoting/host/chromoting_host.cc#newcode49 remoting/host/chromoting_host.cc:49: DCHECK(desktop_environment_); On 2012/01/03 16:25:04, Wez wrote: > nit: Do ...
8 years, 11 months ago (2012-01-03 21:51:01 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sergeyu@chromium.org/9004050/8004
8 years, 11 months ago (2012-01-03 21:52:13 UTC) #4
commit-bot: I haz the power
Try job failure for 9004050-8004 (retry) on linux_rel for step "ui_tests". It's a second try, ...
8 years, 11 months ago (2012-01-03 23:10:18 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sergeyu@chromium.org/9004050/8004
8 years, 11 months ago (2012-01-03 23:54:34 UTC) #6
commit-bot: I haz the power
8 years, 11 months ago (2012-01-04 01:10:13 UTC) #7
Change committed as 116256

Powered by Google App Engine
This is Rietveld 408576698