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

Unified Diff: chrome/common/chrome_result_codes.h

Issue 1291793005: Remove command line flag to install an ephemeral app. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Oops Created 5 years, 4 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 | « chrome/browser/ui/startup/startup_browser_creator.cc ('k') | chrome/common/chrome_switches.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/chrome_result_codes.h
diff --git a/chrome/common/chrome_result_codes.h b/chrome/common/chrome_result_codes.h
index a5a0fc66527be2d0b4dfa9bbe5f719aa09fee461..b93805e0427a1d61f055a01f82319668c6f2a33e 100644
--- a/chrome/common/chrome_result_codes.h
+++ b/chrome/common/chrome_result_codes.h
@@ -77,6 +77,8 @@ enum ResultCode {
// Failed to install an item from the webstore when the
// kInstallEphemeralAppFromWebstore command line flag was present.
+ // As this flag is no longer supported, this return code should never be
+ // returned.
RESULT_CODE_INSTALL_FROM_WEBSTORE_ERROR_2,
Lei Zhang 2015/08/19 22:40:27 Add NOTUSED to the name like the ones above/below?
benwells 2015/08/20 01:34:27 Done.
// A dummy value we should not use. See crbug.com/152285.
« no previous file with comments | « chrome/browser/ui/startup/startup_browser_creator.cc ('k') | chrome/common/chrome_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698