| Index: chrome/install_static/install_util.cc
|
| diff --git a/chrome/install_static/install_util.cc b/chrome/install_static/install_util.cc
|
| index 1b96e8d89c150e5667f7e5fd3573cc4d47bf530d..e57f67b2db570ec2ccba6a6ac09262022bfd1584 100644
|
| --- a/chrome/install_static/install_util.cc
|
| +++ b/chrome/install_static/install_util.cc
|
| @@ -818,13 +818,6 @@ std::string GetSwitchValueFromCommandLine(const std::string& command_line,
|
| assert(!command_line.empty());
|
| assert(!switch_name.empty());
|
|
|
| - // We don't handle command lines with quoted strings. For e.g. something like
|
| - // --ignored=" --type=renderer ", which we used for Google Desktop.
|
| - if (command_line.find('"') != std::string::npos) {
|
| - assert(false);
|
| - return std::string();
|
| - }
|
| -
|
| std::string command_line_copy = command_line;
|
| // Remove leading and trailing spaces.
|
| TrimT<std::string>(&command_line_copy);
|
|
|