| Index: chrome/installer/setup/setup.cc
|
| diff --git a/chrome/installer/setup/setup.cc b/chrome/installer/setup/setup.cc
|
| index 2747524275011a1bafd1be968e96777ee012fe17..0fe3afb3d23da26a6ba75161f074dc8d621f9603 100755
|
| --- a/chrome/installer/setup/setup.cc
|
| +++ b/chrome/installer/setup/setup.cc
|
| @@ -51,7 +51,6 @@ void DoFirstInstallTasks(std::wstring install_path, int options) {
|
| // will work only if current user has admin rights.
|
| std::wstring chrome_exe(install_path);
|
| file_util::AppendToPath(&chrome_exe, installer_util::kChromeExe);
|
| - CommandLine cmd_line;
|
| LOG(INFO) << "Registering Chrome as browser";
|
| ShellUtil::RegisterStatus ret = ShellUtil::FAILURE;
|
| if (options & installer_util::MAKE_CHROME_DEFAULT) {
|
|
|