| Index: chrome/browser/first_run/first_run.cc
|
| ===================================================================
|
| --- chrome/browser/first_run/first_run.cc (revision 91469)
|
| +++ chrome/browser/first_run/first_run.cc (working copy)
|
| @@ -137,7 +137,8 @@
|
| int retcode = 0;
|
| if (!LaunchSetupWithParam(installer::switches::kShowEula,
|
| inner_html.value(), &retcode) ||
|
| - (retcode == installer::EULA_REJECTED)) {
|
| + (retcode != installer::EULA_ACCEPTED &&
|
| + retcode != installer::EULA_ACCEPTED_OPT_IN)) {
|
| LOG(WARNING) << "EULA rejected. Fast exit.";
|
| ::ExitProcess(1);
|
| }
|
|
|