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

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

Issue 2536293002: Revert of Add a crash key to record whether a windows machine is domain joined. (Closed)
Patch Set: Created 4 years 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
« no previous file with comments | « chrome/browser/chrome_browser_main.cc ('k') | chrome/common/crash_keys.cc » ('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) 2013 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2013 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_CRASH_KEYS_H_ 5 #ifndef CHROME_COMMON_CRASH_KEYS_H_
6 #define CHROME_COMMON_CRASH_KEYS_H_ 6 #define CHROME_COMMON_CRASH_KEYS_H_
7 7
8 #include <stddef.h> 8 #include <stddef.h>
9 9
10 #include <set> 10 #include <set>
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
88 88
89 // Hung renderer crash reports are only sent on Windows. 89 // Hung renderer crash reports are only sent on Windows.
90 extern const char kHungRendererOutstandingAckCount[]; 90 extern const char kHungRendererOutstandingAckCount[];
91 extern const char kHungRendererOutstandingEventType[]; 91 extern const char kHungRendererOutstandingEventType[];
92 extern const char kHungRendererLastEventType[]; 92 extern const char kHungRendererLastEventType[];
93 extern const char kHungRendererReason[]; 93 extern const char kHungRendererReason[];
94 94
95 // Third-party module crash keys are sent only on Windows. 95 // Third-party module crash keys are sent only on Windows.
96 extern const char kThirdPartyModulesLoaded[]; 96 extern const char kThirdPartyModulesLoaded[];
97 extern const char kThirdPartyModulesNotLoaded[]; 97 extern const char kThirdPartyModulesNotLoaded[];
98
99 extern const char kEnrolledToDomain[];
100 #endif 98 #endif
101 99
102 // Number of input event send IPC failures. Added to debug 100 // Number of input event send IPC failures. Added to debug
103 // crbug.com/615090. 101 // crbug.com/615090.
104 extern const char kInputEventFilterSendFailure[]; 102 extern const char kInputEventFilterSendFailure[];
105 103
106 // The user's printers, up to kPrinterInfoCount. Should be set with 104 // The user's printers, up to kPrinterInfoCount. Should be set with
107 // ScopedPrinterInfo. 105 // ScopedPrinterInfo.
108 const size_t kPrinterInfoCount = 4; 106 const size_t kPrinterInfoCount = 4;
109 extern const char kPrinterInfo[]; 107 extern const char kPrinterInfo[];
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
144 // Numbers of active views. 142 // Numbers of active views.
145 extern const char kViewCount[]; 143 extern const char kViewCount[];
146 144
147 // TEMPORARY: The encoder/frame details at the time a zero-length encoded frame 145 // TEMPORARY: The encoder/frame details at the time a zero-length encoded frame
148 // was encountered. http://crbug.com/519022 146 // was encountered. http://crbug.com/519022
149 extern const char kZeroEncodeDetails[]; 147 extern const char kZeroEncodeDetails[];
150 148
151 } // namespace crash_keys 149 } // namespace crash_keys
152 150
153 #endif // CHROME_COMMON_CRASH_KEYS_H_ 151 #endif // CHROME_COMMON_CRASH_KEYS_H_
OLDNEW
« no previous file with comments | « chrome/browser/chrome_browser_main.cc ('k') | chrome/common/crash_keys.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698