Descriptionbase: refactor LaunchApp variants into a single function
base provides a bunch of process-spawning functions that only differ by one
or two arguments; worse, they're all backed by the same implementation anyway.
Unify all the functions into one LaunchProcess() function, which takes a
struct containing a bunch of optional arguments.
For this change, I'm trying to not change the base API. Follow up changes
can fix callers. Because of this, I made temporary shims for all of the old
API.
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=91220
Patch Set 1 #Patch Set 2 : win #Patch Set 3 : desktop #
Total comments: 12
Patch Set 4 : fix #Patch Set 5 : inline #Patch Set 6 : review #
Total comments: 5
Patch Set 7 : mark #Patch Set 8 : rebase #
Messages
Total messages: 7 (0 generated)
|