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

Issue 5955001: Remove chromoting host registration from service process. More IPCs to control (Closed)

Created:
10 years ago by Sergey Ulanov
Modified:
9 years, 7 months ago
Reviewers:
Alpha Left Google
CC:
chromium-reviews, dmac, awong, garykac, Sergey Ulanov, Paweł Hajdan Jr., Alpha Left Google
Visibility:
Public.

Description

Remove chromoting host registration from service process. More IPCs to control host state. BUG=None TEST=Unittests. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=70081

Patch Set 1 : - #

Total comments: 19

Patch Set 2 : addressed review feedback #

Patch Set 3 : fixed unittest compilation #

Patch Set 4 : - #

Patch Set 5 : merges #

Unified diffs Side-by-side diffs Delta from patch set Stats (+480 lines, -265 lines) Patch
M chrome/browser/remoting/remoting_setup_flow.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/service/service_process_control.h View 1 2 3 6 chunks +19 lines, -6 lines 0 comments Download
M chrome/browser/service/service_process_control.cc View 1 4 chunks +33 lines, -10 lines 0 comments Download
M chrome/chrome.gyp View 1 chunk +2 lines, -2 lines 0 comments Download
A chrome/common/remoting/chromoting_host_info.h View 1 1 chunk +23 lines, -0 lines 0 comments Download
M chrome/common/service_messages.h View 1 chunk +16 lines, -1 line 0 comments Download
M chrome/common/service_messages.cc View 1 1 chunk +41 lines, -0 lines 0 comments Download
M chrome/common/service_messages_internal.h View 1 3 chunks +17 lines, -4 lines 0 comments Download
M chrome/service/cloud_print/cloud_print_proxy.cc View 1 chunk +1 line, -0 lines 0 comments Download
A chrome/service/remoting/chromoting_host_manager.h View 1 1 chunk +81 lines, -0 lines 0 comments Download
A chrome/service/remoting/chromoting_host_manager.cc View 1 2 3 4 1 chunk +173 lines, -0 lines 0 comments Download
M chrome/service/service_ipc_server.h View 1 1 chunk +9 lines, -4 lines 0 comments Download
M chrome/service/service_ipc_server.cc View 1 3 chunks +30 lines, -10 lines 0 comments Download
M chrome/service/service_process.h View 1 6 chunks +14 lines, -62 lines 0 comments Download
M chrome/service/service_process.cc View 1 2 3 4 6 chunks +14 lines, -155 lines 0 comments Download
M chrome/service/service_process_unittest.cc View 1 2 2 chunks +5 lines, -9 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
Sergey Ulanov
10 years ago (2010-12-16 20:34:42 UTC) #1
Alpha Left Google
http://codereview.chromium.org/5955001/diff/3001/chrome/browser/service/service_process_control.h File chrome/browser/service/service_process_control.h (right): http://codereview.chromium.org/5955001/diff/3001/chrome/browser/service/service_process_control.h#newcode118 chrome/browser/service/service_process_control.h:118: bool EnableChromotingHost(); This should have a callback to get ...
10 years ago (2010-12-16 21:32:44 UTC) #2
Alpha Left Google
Also naming convention. Everything in chrome side refers chromoting to remoting and I would like ...
10 years ago (2010-12-16 21:36:36 UTC) #3
Sergey Ulanov
http://codereview.chromium.org/5955001/diff/3001/chrome/browser/service/service_process_control.h File chrome/browser/service/service_process_control.h (right): http://codereview.chromium.org/5955001/diff/3001/chrome/browser/service/service_process_control.h#newcode118 chrome/browser/service/service_process_control.h:118: bool EnableChromotingHost(); On 2010/12/16 21:32:44, Alpha wrote: > This ...
10 years ago (2010-12-17 00:05:43 UTC) #4
Sergey Ulanov
On 2010/12/16 21:36:36, Alpha wrote: > Also naming convention. Everything in chrome side refers chromoting ...
10 years ago (2010-12-17 00:06:04 UTC) #5
Alpha Left Google
10 years ago (2010-12-21 19:59:58 UTC) #6
LGTM.

Powered by Google App Engine
This is Rietveld 408576698