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

Issue 10823062: Introducing the DaemonProcess class that will implements core of the daemon process functionality. … (Closed)

Created:
8 years, 4 months ago by alexeypa (please no reviews)
Modified:
8 years, 4 months ago
Reviewers:
Sergey Ulanov
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

Introducing the DaemonProcess class that will implements core of the daemon process functionality. It will manage the networking process running at lower privileges and maintains the list of virtual terminals. BUG=134694 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=149347

Patch Set 1 #

Total comments: 14

Patch Set 2 : CR feedback. #

Patch Set 3 : rebased #

Unified diffs Side-by-side diffs Delta from patch set Stats (+233 lines, -17 lines) Patch
A remoting/host/daemon_process.h View 1 1 chunk +70 lines, -0 lines 0 comments Download
A remoting/host/daemon_process.cc View 1 1 chunk +67 lines, -0 lines 0 comments Download
A remoting/host/daemon_process_win.cc View 1 1 chunk +47 lines, -0 lines 0 comments Download
M remoting/host/win/host_service.h View 1 2 3 chunks +9 lines, -2 lines 0 comments Download
M remoting/host/win/host_service.cc View 1 2 5 chunks +29 lines, -9 lines 0 comments Download
M remoting/host/win/wts_session_process_launcher.h View 1 2 1 chunk +0 lines, -3 lines 0 comments Download
M remoting/host/win/wts_session_process_launcher.cc View 1 2 1 chunk +0 lines, -3 lines 0 comments Download
M remoting/remoting.gyp View 1 2 3 chunks +11 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
alexeypa (please no reviews)
Please take a look.
8 years, 4 months ago (2012-07-27 21:40:05 UTC) #1
Sergey Ulanov
LGTM when my nits are addressed. http://codereview.chromium.org/10823062/diff/1/remoting/host/daemon_process.h File remoting/host/daemon_process.h (right): http://codereview.chromium.org/10823062/diff/1/remoting/host/daemon_process.h#newcode50 remoting/host/daemon_process.h:50: virtual void DoShutdown(); ...
8 years, 4 months ago (2012-07-30 19:50:04 UTC) #2
alexeypa (please no reviews)
Please take another look. http://codereview.chromium.org/10823062/diff/1/remoting/host/daemon_process.h File remoting/host/daemon_process.h (right): http://codereview.chromium.org/10823062/diff/1/remoting/host/daemon_process.h#newcode50 remoting/host/daemon_process.h:50: virtual void DoShutdown(); On 2012/07/30 ...
8 years, 4 months ago (2012-07-30 21:50:03 UTC) #3
alexeypa (please no reviews)
On 2012/07/30 21:50:03, alexeypa wrote: > Please take another look. I meant FYI. :-)
8 years, 4 months ago (2012-07-30 21:50:27 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/alexeypa@chromium.org/10823062/1009
8 years, 4 months ago (2012-07-31 22:54:46 UTC) #5
commit-bot: I haz the power
8 years, 4 months ago (2012-08-01 01:28:59 UTC) #6
Change committed as 149347

Powered by Google App Engine
This is Rietveld 408576698