| Index: chrome/browser/first_run/upgrade_util_linux.cc
|
| diff --git a/chrome/browser/first_run/upgrade_util_linux.cc b/chrome/browser/first_run/upgrade_util_linux.cc
|
| index cf6bc21be0bf5ea60e89f2691c6d7f7cd37a6c19..62aacf41ab7ae59fada34babb9ad77899ec77c2c 100644
|
| --- a/chrome/browser/first_run/upgrade_util_linux.cc
|
| +++ b/chrome/browser/first_run/upgrade_util_linux.cc
|
| @@ -23,8 +23,7 @@ double saved_last_modified_time_of_exe = 0;
|
| namespace upgrade_util {
|
|
|
| bool RelaunchChromeBrowser(const CommandLine& command_line) {
|
| - base::LaunchOptions options;
|
| - return base::LaunchProcess(command_line, options);
|
| + return base::LaunchProcess(command_line, base::LaunchOptions(), NULL);
|
| }
|
|
|
| bool IsUpdatePendingRestart() {
|
|
|