Skip to content
Snippets Groups Projects
Commit 0645a6bd authored by jschuh@chromium.org's avatar jschuh@chromium.org
Browse files

Revert 35907 - Fixes CommandLine::AppendLooseValue() to append the parameter...

Revert 35907 - Fixes CommandLine::AppendLooseValue() to append the parameter to the loose_values_ vector.


TBR=jschuh@chromium.org

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35913 0039d316-1c4b-4281-b951-d872f2087c98
parent 67efebe2
No related branches found
No related tags found
No related merge requests found
......@@ -367,7 +367,6 @@ void CommandLine::AppendLooseValue(const std::wstring& value) {
// TODO(evan): quoting?
command_line_string_.append(L" ");
command_line_string_.append(value);
loose_values_.push_back(value);
}
void CommandLine::AppendArguments(const CommandLine& other,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment