| Index: chrome/browser/chrome_browser_main.cc
|
| diff --git a/chrome/browser/chrome_browser_main.cc b/chrome/browser/chrome_browser_main.cc
|
| index 53ab39b4a754966711814c0f91df2eb5261f391b..d40fb0dded2f81410bca13c1927809e14c58c2a6 100644
|
| --- a/chrome/browser/chrome_browser_main.cc
|
| +++ b/chrome/browser/chrome_browser_main.cc
|
| @@ -1307,7 +1307,7 @@ int ChromeBrowserMainParts::PreMainMessageLoopRunImpl() {
|
| extensions::StartupHelper helper;
|
| if (helper.InstallFromWebstore(parsed_command_line(), profile_))
|
| return content::RESULT_CODE_NORMAL_EXIT;
|
| - return chrome::RESULT_CODE_INSTALL_FROM_WEBSTORE_ERROR;
|
| + return chrome::RESULT_CODE_INSTALL_FROM_WEBSTORE_ERROR_2;
|
| }
|
|
|
|
|
|
|