|
Removed the command line from ServiceProcessState::AddToAutoRun() and had the class calculate its own command line. Wired up Linux autorun code and added unit tests.
BUG=None
TEST=Test service process autorun when enabling the cloud print proxy, unit-tests.
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=76077
Total comments: 2
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+162 lines, -14 lines) |
Patch |
 |
M |
base/win/win_util.h
|
View
|
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
base/win/win_util.cc
|
View
|
|
1 chunk |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/common/auto_start_linux.h
|
View
|
|
1 chunk |
+7 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/common/auto_start_linux.cc
|
View
|
|
2 chunks |
+26 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/common/service_process_util.h
|
View
|
1
2
3
4
5
6
|
2 chunks |
+6 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/common/service_process_util.cc
|
View
|
|
4 chunks |
+23 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/common/service_process_util_linux.cc
|
View
|
1
2
3
4
5
6
|
3 chunks |
+23 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/common/service_process_util_mac.mm
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
|
chrome/common/service_process_util_unittest.cc
|
View
|
1
2
3
4
|
2 chunks |
+59 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/common/service_process_util_win.cc
|
View
|
|
2 chunks |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/service/service_process.h
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/service/service_process.cc
|
View
|
|
2 chunks |
+1 line, -3 lines |
0 comments
|
Download
|
Total messages: 7 (0 generated)
|