[chromium-dev] Re: fixing CommandLine

2009-01-14 Thread Evan Stade
I don't think that it is actually *always* used as a singleton currently. As Ricardo pointed out, only the default constructor uses the CommandLine::Data singleton. The other constructors create new Data objects. This is somewhat moot though if you will be ditching the Data class. And that

[chromium-dev] Re: fixing CommandLine

2009-01-14 Thread Brett Wilson
On Wed, Jan 14, 2009 at 6:22 PM, Evan Martin e...@chromium.org wrote: Our CommandLine class is very confusing -- it is not a class for working with command lines, but in fact a stealth singleton that wraps the command line used to start the process. Further, since it came from Windows, it