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

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

Issue 10666010: Don't pass the connector check policy flag along. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years, 5 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/chrome_tests.gypi ('k') | no next file » | 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) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 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 #pragma once 7 #pragma once
8 8
9 #include "content/public/common/result_codes.h" 9 #include "content/public/common/result_codes.h"
10 10
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 62
63 // The profile was in use on another host. 63 // The profile was in use on another host.
64 RESULT_CODE_PROFILE_IN_USE, 64 RESULT_CODE_PROFILE_IN_USE,
65 65
66 // Failed to pack an extension via the cmd line. 66 // Failed to pack an extension via the cmd line.
67 RESULT_CODE_PACK_EXTENSION_ERROR, 67 RESULT_CODE_PACK_EXTENSION_ERROR,
68 68
69 // Failed to silently uninstall an extension. 69 // Failed to silently uninstall an extension.
70 RESULT_CODE_UNINSTALL_EXTENSION_ERROR, 70 RESULT_CODE_UNINSTALL_EXTENSION_ERROR,
71 71
72 // The browser process exited early by passing the command line to another
73 // running browser.
74 RESULT_CODE_NORMAL_EXIT_PROCESS_NOTIFIED,
75
72 // Last return code (keep this last). 76 // Last return code (keep this last).
73 RESULT_CODE_CHROME_LAST_CODE, 77 RESULT_CODE_CHROME_LAST_CODE,
74 }; 78 };
75 79
76 } // namespace chrome 80 } // namespace chrome
77 81
78 #endif // CHROME_COMMON_CHROME_RESULT_CODES_H_ 82 #endif // CHROME_COMMON_CHROME_RESULT_CODES_H_
OLDNEW
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698