Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(293)

Unified Diff: chrome/browser/chrome_browser_main.cc

Issue 10987038: Change a result code ENUM value to help diagnose unexpected histogram data (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/common/chrome_result_codes.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
}
« no previous file with comments | « no previous file | chrome/common/chrome_result_codes.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698