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

Side by Side Diff: chrome/common/chrome_result_codes.h

Issue 617833003: Remove --install-from-webstore and --limited-install-from-webstore (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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 unified diff | Download patch
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_COMMON_CHROME_RESULT_CODES_H_ 5 #ifndef CHROME_COMMON_CHROME_RESULT_CODES_H_
6 #define CHROME_COMMON_CHROME_RESULT_CODES_H_ 6 #define CHROME_COMMON_CHROME_RESULT_CODES_H_
7 7
8 #include "content/public/common/result_codes.h" 8 #include "content/public/common/result_codes.h"
9 9
10 namespace chrome { 10 namespace chrome {
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
68 // Failed to silently uninstall an extension. 68 // Failed to silently uninstall an extension.
69 RESULT_CODE_UNINSTALL_EXTENSION_ERROR, 69 RESULT_CODE_UNINSTALL_EXTENSION_ERROR,
70 70
71 // The browser process exited early by passing the command line to another 71 // The browser process exited early by passing the command line to another
72 // running browser. 72 // running browser.
73 RESULT_CODE_NORMAL_EXIT_PROCESS_NOTIFIED, 73 RESULT_CODE_NORMAL_EXIT_PROCESS_NOTIFIED,
74 74
75 // A dummy value we should not use. See crbug.com/152285. 75 // A dummy value we should not use. See crbug.com/152285.
76 RESULT_CODE_NOTUSED_1, 76 RESULT_CODE_NOTUSED_1,
77 77
78 // Failed to install an item from the webstore when the kInstallFromWebstore 78 // Failed to install an item from the webstore when the
79 // command line flag was present. 79 // kInstallEphemeralAppFromWebstore command line flag was present.
80 RESULT_CODE_INSTALL_FROM_WEBSTORE_ERROR_2, 80 RESULT_CODE_INSTALL_FROM_WEBSTORE_ERROR_2,
81 81
82 // A dummy value we should not use. See crbug.com/152285. 82 // A dummy value we should not use. See crbug.com/152285.
83 RESULT_CODE_NOTUSED_2, 83 RESULT_CODE_NOTUSED_2,
84 84
85 // Returned when the user has not yet accepted the EULA. 85 // Returned when the user has not yet accepted the EULA.
86 RESULT_CODE_EULA_REFUSED, 86 RESULT_CODE_EULA_REFUSED,
87 87
88 // Failed to migrate user data directory for side-by-side package support 88 // Failed to migrate user data directory for side-by-side package support
89 // (Linux-only). 89 // (Linux-only).
90 RESULT_CODE_SXS_MIGRATION_FAILED, 90 RESULT_CODE_SXS_MIGRATION_FAILED,
91 91
92 // Last return code (keep this last). 92 // Last return code (keep this last).
93 RESULT_CODE_CHROME_LAST_CODE, 93 RESULT_CODE_CHROME_LAST_CODE,
94 }; 94 };
95 95
96 } // namespace chrome 96 } // namespace chrome
97 97
98 #endif // CHROME_COMMON_CHROME_RESULT_CODES_H_ 98 #endif // CHROME_COMMON_CHROME_RESULT_CODES_H_
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/apps/chrome_native_app_window_views_win.cc ('k') | chrome/common/chrome_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698