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

Side by Side 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: rebased 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/browser/extensions/webstore_inline_installer.cc ('k') | chrome/common/chrome_switches.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 // Failed to pack an extension via the cmd line. 65 // Failed to pack an extension via the cmd line.
66 RESULT_CODE_PACK_EXTENSION_ERROR, 66 RESULT_CODE_PACK_EXTENSION_ERROR,
67 67
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 // Failed to install an item from the webstore when the kInstallFromWebstore
76 // command line flag was present.
77 RESULT_CODE_INSTALL_FROM_WEBSTORE_ERROR,
78
75 // Last return code (keep this last). 79 // Last return code (keep this last).
76 RESULT_CODE_CHROME_LAST_CODE, 80 RESULT_CODE_CHROME_LAST_CODE,
77 }; 81 };
78 82
79 } // namespace chrome 83 } // namespace chrome
80 84
81 #endif // CHROME_COMMON_CHROME_RESULT_CODES_H_ 85 #endif // CHROME_COMMON_CHROME_RESULT_CODES_H_
OLDNEW
« no previous file with comments | « chrome/browser/extensions/webstore_inline_installer.cc ('k') | chrome/common/chrome_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698