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

Unified Diff: chrome/common/chrome_result_codes.h

Issue 10907104: Support an --install-from-webstore command line switch (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: updated comment 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
Index: chrome/common/chrome_result_codes.h
diff --git a/chrome/common/chrome_result_codes.h b/chrome/common/chrome_result_codes.h
index 8d9077a48bb805e1d32c1ed88f184997bc724503..b2711a63d8b3ef22b9a2e5ef0cdbf646d9141358 100644
--- a/chrome/common/chrome_result_codes.h
+++ b/chrome/common/chrome_result_codes.h
@@ -72,6 +72,10 @@ enum ResultCode {
// running browser.
RESULT_CODE_NORMAL_EXIT_PROCESS_NOTIFIED,
+ // Failed to install an app from an id passed via the kAppsInstallFromID
+ // command line flag.
+ RESULT_CODE_INSTALL_APP_FROM_ID_ERROR,
+
// Last return code (keep this last).
RESULT_CODE_CHROME_LAST_CODE,
};

Powered by Google App Engine
This is Rietveld 408576698