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

Issue 10103010: [Chromoting] Implement UpdateConfig() for the Windows host. (Closed)

Created:
8 years, 8 months ago by simonmorris
Modified:
8 years, 8 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, alexeypa+watch_chromium.org, sergeyu+watch_chromium.org
Visibility:
Public.

Description

[Chromoting] Implement UpdateConfig() for the Windows host. BUG=121539 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=132598

Patch Set 1 #

Total comments: 9

Patch Set 2 : Review. #

Total comments: 6

Patch Set 3 : Rename a variable. #

Patch Set 4 : Return a more accurate error code. #

Patch Set 5 : Wait 2 seconds before reading an updated config. #

Total comments: 4

Patch Set 6 : Fix syntax. #

Total comments: 8

Patch Set 7 : Review. #

Patch Set 8 : Sync. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+111 lines, -10 lines) Patch
M remoting/host/elevated_controller_resource.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M remoting/host/elevated_controller_win.cc View 1 2 3 4 5 6 2 chunks +35 lines, -1 line 0 comments Download
M remoting/host/plugin/daemon_controller_win.cc View 1 2 3 4 5 6 4 chunks +34 lines, -3 lines 0 comments Download
M remoting/host/remoting_me2me_host.cc View 1 2 3 4 5 6 7 5 chunks +39 lines, -3 lines 0 comments Download

Messages

Total messages: 16 (0 generated)
simonmorris
ptal
8 years, 8 months ago (2012-04-16 22:15:15 UTC) #1
Jamie
I think we'll want to use FilePathWatcher on all platforms eventually, but until we do, ...
8 years, 8 months ago (2012-04-16 22:26:48 UTC) #2
alexeypa (please no reviews)
http://codereview.chromium.org/10103010/diff/1/remoting/host/elevated_controller_resource.h File remoting/host/elevated_controller_resource.h (right): http://codereview.chromium.org/10103010/diff/1/remoting/host/elevated_controller_resource.h#newcode6 remoting/host/elevated_controller_resource.h:6: #define REMOTING_HOST_ELEVATED_CONTROLLER_RESOURCE_H 1 nit: I see this pattern in ...
8 years, 8 months ago (2012-04-16 22:36:34 UTC) #3
simonmorris
On 2012/04/16 22:26:48, Jamie wrote: > I think we'll want to use FilePathWatcher on all ...
8 years, 8 months ago (2012-04-16 23:18:33 UTC) #4
simonmorris
http://codereview.chromium.org/10103010/diff/1/remoting/host/elevated_controller_resource.h File remoting/host/elevated_controller_resource.h (right): http://codereview.chromium.org/10103010/diff/1/remoting/host/elevated_controller_resource.h#newcode6 remoting/host/elevated_controller_resource.h:6: #define REMOTING_HOST_ELEVATED_CONTROLLER_RESOURCE_H 1 On 2012/04/16 22:36:35, alexeypa wrote: > ...
8 years, 8 months ago (2012-04-16 23:20:23 UTC) #5
alexeypa (please no reviews)
LGTM with a couple of nits. http://codereview.chromium.org/10103010/diff/4002/remoting/host/elevated_controller_win.cc File remoting/host/elevated_controller_win.cc (right): http://codereview.chromium.org/10103010/diff/4002/remoting/host/elevated_controller_win.cc#newcode48 remoting/host/elevated_controller_win.cc:48: const char* kNonUpdateableKeys[] ...
8 years, 8 months ago (2012-04-16 23:28:36 UTC) #6
Sergey Ulanov
http://codereview.chromium.org/10103010/diff/4002/remoting/host/remoting_me2me_host.cc File remoting/host/remoting_me2me_host.cc (right): http://codereview.chromium.org/10103010/diff/4002/remoting/host/remoting_me2me_host.cc#newcode134 remoting/host/remoting_me2me_host.cc:134: host_process_->ConfigUpdated(); It might be better to wait for a ...
8 years, 8 months ago (2012-04-16 23:36:24 UTC) #7
simonmorris
fyi http://codereview.chromium.org/10103010/diff/4002/remoting/host/elevated_controller_win.cc File remoting/host/elevated_controller_win.cc (right): http://codereview.chromium.org/10103010/diff/4002/remoting/host/elevated_controller_win.cc#newcode48 remoting/host/elevated_controller_win.cc:48: const char* kNonUpdateableKeys[] = { kHostId, kXmppLogin }; ...
8 years, 8 months ago (2012-04-16 23:38:46 UTC) #8
simonmorris
http://codereview.chromium.org/10103010/diff/4002/remoting/host/remoting_me2me_host.cc File remoting/host/remoting_me2me_host.cc (right): http://codereview.chromium.org/10103010/diff/4002/remoting/host/remoting_me2me_host.cc#newcode134 remoting/host/remoting_me2me_host.cc:134: host_process_->ConfigUpdated(); On 2012/04/16 23:36:24, sergeyu wrote: > It might ...
8 years, 8 months ago (2012-04-17 00:04:55 UTC) #9
alexeypa (please no reviews)
http://codereview.chromium.org/10103010/diff/7010/remoting/host/remoting_me2me_host.cc File remoting/host/remoting_me2me_host.cc (right): http://codereview.chromium.org/10103010/diff/7010/remoting/host/remoting_me2me_host.cc#newcode192 remoting/host/remoting_me2me_host.cc:192: base::Unretained(this))); Should it stop listening to config file changes ...
8 years, 8 months ago (2012-04-17 00:10:33 UTC) #10
simonmorris
http://codereview.chromium.org/10103010/diff/7010/remoting/host/remoting_me2me_host.cc File remoting/host/remoting_me2me_host.cc (right): http://codereview.chromium.org/10103010/diff/7010/remoting/host/remoting_me2me_host.cc#newcode192 remoting/host/remoting_me2me_host.cc:192: base::Unretained(this))); On 2012/04/17 00:10:34, alexeypa wrote: > Should it ...
8 years, 8 months ago (2012-04-17 00:34:02 UTC) #11
Sergey Ulanov
LGTM, but see my nits. http://codereview.chromium.org/10103010/diff/5003/remoting/host/elevated_controller_win.cc File remoting/host/elevated_controller_win.cc (right): http://codereview.chromium.org/10103010/diff/5003/remoting/host/elevated_controller_win.cc#newcode48 remoting/host/elevated_controller_win.cc:48: const char* kReadonlyKeys[] = ...
8 years, 8 months ago (2012-04-17 05:42:18 UTC) #12
alexeypa (please no reviews)
LGTM as well http://codereview.chromium.org/10103010/diff/5003/remoting/host/elevated_controller_win.cc File remoting/host/elevated_controller_win.cc (right): http://codereview.chromium.org/10103010/diff/5003/remoting/host/elevated_controller_win.cc#newcode346 remoting/host/elevated_controller_win.cc:346: if (config_dict->HasKey(kReadonlyKeys[i])) { On 2012/04/17 05:42:18, ...
8 years, 8 months ago (2012-04-17 05:51:54 UTC) #13
simonmorris
http://codereview.chromium.org/10103010/diff/5003/remoting/host/elevated_controller_win.cc File remoting/host/elevated_controller_win.cc (right): http://codereview.chromium.org/10103010/diff/5003/remoting/host/elevated_controller_win.cc#newcode48 remoting/host/elevated_controller_win.cc:48: const char* kReadonlyKeys[] = { kHostId, kXmppLogin }; On ...
8 years, 8 months ago (2012-04-17 15:55:47 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/simonmorris@chromium.org/10103010/1019
8 years, 8 months ago (2012-04-17 16:25:11 UTC) #15
commit-bot: I haz the power
8 years, 8 months ago (2012-04-17 17:46:02 UTC) #16
Change committed as 132598

Powered by Google App Engine
This is Rietveld 408576698