Attempt to reland http://codereview.chromium.org/4928002/

For some reason the Win bot failed to compile the sandbox unit test.
Trybots and my machines don't have these build problems, so I'm going to try again, unchanged.

Original description:

Changing the installer switches from wchar_t[] to char[].

Because of this I'm also refactoring some code that before
was using wstring to build command lines by hand instead of
using the CommandLine class. Now we use CommandLine.

To get this to work correctly, I also needed to fix CommandLine::AppendArguments so I added a little test for it.

TEST=There should be no changes in functionality. Run all installer tests.
BUG=61609

TBR=robertshield

Review URL: http://codereview.chromium.org/4989001

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66096 0039d316-1c4b-4281-b951-d872f2087c98


CrOS-Libchrome-Original-Commit: e6124ad5561dd4c448c9e76c6ee9a0ceff96412d
2 files changed
tree: dfec9a759b678db25d91db875146ab33381a9a81
  1. base/
  2. build/
  3. ipc/
  4. testing/