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

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

Issue 468005: Improve reporting of subprocess crashes.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 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 | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2006-2009 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2006-2009 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 // Constants for the names of various preferences, for easier changing. 5 // Constants for the names of various preferences, for easier changing.
6 6
7 #ifndef CHROME_COMMON_PREF_NAMES_H_ 7 #ifndef CHROME_COMMON_PREF_NAMES_H_
8 #define CHROME_COMMON_PREF_NAMES_H_ 8 #define CHROME_COMMON_PREF_NAMES_H_
9 9
10 #include "build/build_config.h" 10 #include "build/build_config.h"
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
130 extern const wchar_t kProfilePrefix[]; 130 extern const wchar_t kProfilePrefix[];
131 131
132 extern const wchar_t kStabilityExitedCleanly[]; 132 extern const wchar_t kStabilityExitedCleanly[];
133 extern const wchar_t kStabilityStatsVersion[]; 133 extern const wchar_t kStabilityStatsVersion[];
134 extern const wchar_t kStabilitySessionEndCompleted[]; 134 extern const wchar_t kStabilitySessionEndCompleted[];
135 extern const wchar_t kStabilityLaunchCount[]; 135 extern const wchar_t kStabilityLaunchCount[];
136 extern const wchar_t kStabilityCrashCount[]; 136 extern const wchar_t kStabilityCrashCount[];
137 extern const wchar_t kStabilityIncompleteSessionEndCount[]; 137 extern const wchar_t kStabilityIncompleteSessionEndCount[];
138 extern const wchar_t kStabilityPageLoadCount[]; 138 extern const wchar_t kStabilityPageLoadCount[];
139 extern const wchar_t kStabilityRendererCrashCount[]; 139 extern const wchar_t kStabilityRendererCrashCount[];
140 extern const wchar_t kStabilityExtensionRendererCrashCount[];
140 extern const wchar_t kStabilityLaunchTimeSec[]; 141 extern const wchar_t kStabilityLaunchTimeSec[];
141 extern const wchar_t kStabilityLastTimestampSec[]; 142 extern const wchar_t kStabilityLastTimestampSec[];
142 extern const wchar_t kStabilityUptimeSec[]; 143 extern const wchar_t kStabilityUptimeSec[];
143 extern const wchar_t kStabilityRendererHangCount[]; 144 extern const wchar_t kStabilityRendererHangCount[];
145 extern const wchar_t kStabilityChildProcessCrashCount[];
144 146
145 extern const wchar_t kStabilityBreakpadRegistrationSuccess[]; 147 extern const wchar_t kStabilityBreakpadRegistrationSuccess[];
146 extern const wchar_t kStabilityBreakpadRegistrationFail[]; 148 extern const wchar_t kStabilityBreakpadRegistrationFail[];
147 extern const wchar_t kStabilityDebuggerPresent[]; 149 extern const wchar_t kStabilityDebuggerPresent[];
148 extern const wchar_t kStabilityDebuggerNotPresent[]; 150 extern const wchar_t kStabilityDebuggerNotPresent[];
149 151
150 extern const wchar_t kStabilityPluginStats[]; 152 extern const wchar_t kStabilityPluginStats[];
151 extern const wchar_t kStabilityPluginName[]; 153 extern const wchar_t kStabilityPluginName[];
152 extern const wchar_t kStabilityPluginLaunches[]; 154 extern const wchar_t kStabilityPluginLaunches[];
153 extern const wchar_t kStabilityPluginInstances[]; 155 extern const wchar_t kStabilityPluginInstances[];
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
226 extern const wchar_t kSyncLastSyncedTime[]; 228 extern const wchar_t kSyncLastSyncedTime[];
227 extern const wchar_t kSyncHasSetupCompleted[]; 229 extern const wchar_t kSyncHasSetupCompleted[];
228 230
229 extern const wchar_t kWebAppCreateOnDesktop[]; 231 extern const wchar_t kWebAppCreateOnDesktop[];
230 extern const wchar_t kWebAppCreateInAppsMenu[]; 232 extern const wchar_t kWebAppCreateInAppsMenu[];
231 extern const wchar_t kWebAppCreateInQuickLaunchBar[]; 233 extern const wchar_t kWebAppCreateInQuickLaunchBar[];
232 234
233 } // namespace prefs 235 } // namespace prefs
234 236
235 #endif // CHROME_COMMON_PREF_NAMES_H_ 237 #endif // CHROME_COMMON_PREF_NAMES_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698