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

Issue 10913260: Cleanups in Chromoting Host. (Closed)

Created:
8 years, 3 months ago by Sergey Ulanov
Modified:
8 years, 2 months ago
CC:
chromium-reviews, jamiewalch+watch_chromium.org, dcaiafa+watch_chromium.org, simonmorris+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, alexeypa+watch_chromium.org, sergeyu+watch_chromium.org
Visibility:
Public.

Description

Cleanups in Chromoting Host. 1. Removed constants.[h|cc] 2. Removed platform if-defs in remoting_me2me_host.cc where they are not necessary. Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=159101

Patch Set 1 #

Total comments: 2

Patch Set 2 : #

Total comments: 4

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Total comments: 6

Patch Set 6 : #

Patch Set 7 : #

Patch Set 8 : #

Patch Set 9 : #

Patch Set 10 : #

Patch Set 11 : #

Patch Set 12 : #

Patch Set 13 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+41 lines, -125 lines) Patch
D remoting/host/constants.h View 1 chunk +0 lines, -43 lines 0 comments Download
D remoting/host/constants_win.cc View 1 chunk +0 lines, -14 lines 0 comments Download
M remoting/host/daemon_process_win.cc View 1 chunk +1 line, -1 line 0 comments Download
M remoting/host/desktop_process.cc View 1 chunk +1 line, -1 line 0 comments Download
M remoting/host/dns_blackhole_checker.cc View 1 chunk +0 lines, -1 line 0 comments Download
M remoting/host/heartbeat_sender.cc View 1 chunk +0 lines, -1 line 0 comments Download
A + remoting/host/host_exit_codes.h View 1 2 3 2 chunks +5 lines, -14 lines 0 comments Download
M remoting/host/installer/mac/PrivilegedHelperTools/org.chromium.chromoting.me2me.sh View 1 2 1 chunk +1 line, -1 line 0 comments Download
M remoting/host/plugin/daemon_installer_win.cc View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M remoting/host/remoting_me2me_host.cc View 1 2 3 4 5 6 7 8 9 10 11 12 11 chunks +7 lines, -24 lines 0 comments Download
M remoting/host/signaling_connector.cc View 1 chunk +0 lines, -1 line 0 comments Download
M remoting/host/simple_host_process.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M remoting/host/usage_stats_consent_win.cc View 1 2 3 4 5 2 chunks +2 lines, -2 lines 0 comments Download
A + remoting/host/win/omaha.h View 1 2 3 4 5 6 7 8 1 chunk +6 lines, -6 lines 0 comments Download
A + remoting/host/win/omaha.cc View 1 2 3 4 5 6 7 1 chunk +2 lines, -2 lines 0 comments Download
M remoting/host/win/wts_session_process_launcher.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M remoting/remoting.gyp View 1 2 3 4 5 6 7 8 9 10 11 12 7 chunks +10 lines, -8 lines 0 comments Download
M remoting/tools/me2me_virtual_host.py View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 11 (0 generated)
Sergey Ulanov
8 years, 3 months ago (2012-09-13 23:56:34 UTC) #1
Wez
LGTM http://codereview.chromium.org/10913260/diff/1/remoting/host/remoting_me2me_host.cc File remoting/host/remoting_me2me_host.cc (right): http://codereview.chromium.org/10913260/diff/1/remoting/host/remoting_me2me_host.cc#newcode204 remoting/host/remoting_me2me_host.cc:204: want_user_interface = getuid() != 0; nit: Indentation.
8 years, 3 months ago (2012-09-13 23:59:34 UTC) #2
Sergey Ulanov
http://codereview.chromium.org/10913260/diff/1/remoting/host/remoting_me2me_host.cc File remoting/host/remoting_me2me_host.cc (right): http://codereview.chromium.org/10913260/diff/1/remoting/host/remoting_me2me_host.cc#newcode204 remoting/host/remoting_me2me_host.cc:204: want_user_interface = getuid() != 0; On 2012/09/13 23:59:34, Wez ...
8 years, 3 months ago (2012-09-14 00:01:11 UTC) #3
Jamie
http://codereview.chromium.org/10913260/diff/10001/remoting/host/host_exit_codes.h File remoting/host/host_exit_codes.h (right): http://codereview.chromium.org/10913260/diff/10001/remoting/host/host_exit_codes.h#newcode11 remoting/host/host_exit_codes.h:11: // remoting/host/installer/mac/PrivilegedHelperTools/org.chromium.chromoting.me2me.sh Please update the referenced file to point ...
8 years, 3 months ago (2012-09-14 00:07:52 UTC) #4
Sergey Ulanov
http://codereview.chromium.org/10913260/diff/10001/remoting/host/host_exit_codes.h File remoting/host/host_exit_codes.h (right): http://codereview.chromium.org/10913260/diff/10001/remoting/host/host_exit_codes.h#newcode11 remoting/host/host_exit_codes.h:11: // remoting/host/installer/mac/PrivilegedHelperTools/org.chromium.chromoting.me2me.sh On 2012/09/14 00:07:53, Jamie wrote: > Please ...
8 years, 3 months ago (2012-09-14 00:11:45 UTC) #5
Jamie
lgtm
8 years, 3 months ago (2012-09-14 01:05:32 UTC) #6
alexeypa (please no reviews)
The two REMOTING_MULTI_PROCESS-related issues a important. Everything else lgtm. https://chromiumcodereview.appspot.com/10913260/diff/9014/remoting/host/remoting_me2me_host.cc File remoting/host/remoting_me2me_host.cc (left): https://chromiumcodereview.appspot.com/10913260/diff/9014/remoting/host/remoting_me2me_host.cc#oldcode313 remoting/host/remoting_me2me_host.cc:313: ...
8 years, 3 months ago (2012-09-14 15:45:26 UTC) #7
Sergey Ulanov
https://chromiumcodereview.appspot.com/10913260/diff/9014/remoting/host/remoting_me2me_host.cc File remoting/host/remoting_me2me_host.cc (left): https://chromiumcodereview.appspot.com/10913260/diff/9014/remoting/host/remoting_me2me_host.cc#oldcode313 remoting/host/remoting_me2me_host.cc:313: #if !defined(REMOTING_MULTI_PROCESS) On 2012/09/14 15:45:26, alexeypa wrote: > This ...
8 years, 3 months ago (2012-09-14 17:35:02 UTC) #8
alexeypa (please no reviews)
lgtm
8 years, 3 months ago (2012-09-14 17:44:58 UTC) #9
Avi (use Gerrit)
Reverting. Broke the official Win builder. http://build.chromium.org/p/chromium.chrome/builders/Google%20Chrome%20Win/builds/13348/steps/compile/logs/stdio : 461>usage_stats_consent_win.obj :error LNK2001: unresolved external symbol "wchar_t ...
8 years, 3 months ago (2012-09-24 21:46:07 UTC) #10
Lei Zhang
8 years, 2 months ago (2012-09-27 02:48:23 UTC) #11
On 2012/09/24 21:46:07, Avi wrote:
> Reverting.
> 
> Broke the official Win builder.
> 
>
http://build.chromium.org/p/chromium.chrome/builders/Google%2520Chrome%2520Wi...
> :
> 
> 461>usage_stats_consent_win.obj :error LNK2001: unresolved external symbol
> "wchar_t const * const remoting::kHostOmahaAppid"
> (?kHostOmahaAppid@remoting@@3QB_WB)

Erm, the official win builder broke again.

Powered by Google App Engine
This is Rietveld 408576698