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

Side by Side Diff: chrome_frame/chrome_frame_reporting.h

Issue 264068: Refactoring of crash reporting code in Chrome Frame... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 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 | Annotate | Revision Log
« no previous file with comments | « chrome_frame/chrome_frame.gyp ('k') | chrome_frame/chrome_frame_reporting.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Property Changes:
Added: svn:eol-style
+ LF
OLDNEW
(Empty)
1 // Copyright (c) 2009 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 // A wrapper around common crash reporting code to manage reporting for Chrome
6 // Frame.
7
8 #ifndef CHROME_FRAME_CHROME_FRAME_REPORTING_H_
9 #define CHROME_FRAME_CHROME_FRAME_REPORTING_H_
10
11 #include "chrome_frame/crash_reporting/crash_report.h"
12
13 extern const wchar_t kSystemPrincipalSid[];
14
15 // Intialize crash reporting for Chrome Frame. Specific parameters here include
16 // using the temp directory for dumps, determining if the install is system
17 // wide or user specific, and customized client info.
18 bool InitializeCrashReporting();
19
20 // Shut down crash reporting for Chrome Frame.
21 bool ShutdownCrashReporting();
22
23 #endif // CHROME_FRAME_CHROME_FRAME_REPORTING_H_
OLDNEW
« no previous file with comments | « chrome_frame/chrome_frame.gyp ('k') | chrome_frame/chrome_frame_reporting.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698