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

Side by Side Diff: chrome/app/chrome_crash_reporter_client_win.h

Issue 2799013002: Monitor crashpad_handler for crashes [sometimes] (Closed)
Patch Set: Address review feedback (scottmg) Created 3 years, 8 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
OLDNEW
1 // Copyright 2016 The Chromium Authors. All rights reserved. 1 // Copyright 2016 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_APP_CHROME_CRASH_REPORTER_CLIENT_WIN_H_ 5 #ifndef CHROME_APP_CHROME_CRASH_REPORTER_CLIENT_WIN_H_
6 #define CHROME_APP_CHROME_CRASH_REPORTER_CLIENT_WIN_H_ 6 #define CHROME_APP_CHROME_CRASH_REPORTER_CLIENT_WIN_H_
7 7
8 #include "base/macros.h" 8 #include "base/macros.h"
9 #include "components/crash/content/app/crash_reporter_client.h" 9 #include "components/crash/content/app/crash_reporter_client.h"
10 10
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 size_t RegisterCrashKeys() override; 42 size_t RegisterCrashKeys() override;
43 43
44 bool IsRunningUnattended() override; 44 bool IsRunningUnattended() override;
45 45
46 bool GetCollectStatsConsent() override; 46 bool GetCollectStatsConsent() override;
47 47
48 bool GetCollectStatsInSample() override; 48 bool GetCollectStatsInSample() override;
49 49
50 bool ReportingIsEnforcedByPolicy(bool* breakpad_enabled) override; 50 bool ReportingIsEnforcedByPolicy(bool* breakpad_enabled) override;
51 51
52 bool ShouldMonitorCrashHandlerExpensively() override;
53
52 bool EnableBreakpadForProcess(const std::string& process_type) override; 54 bool EnableBreakpadForProcess(const std::string& process_type) override;
53 55
54 private: 56 private:
55 DISALLOW_COPY_AND_ASSIGN(ChromeCrashReporterClient); 57 DISALLOW_COPY_AND_ASSIGN(ChromeCrashReporterClient);
56 }; 58 };
57 59
58 #endif // CHROME_APP_CHROME_CRASH_REPORTER_CLIENT_WIN_H_ 60 #endif // CHROME_APP_CHROME_CRASH_REPORTER_CLIENT_WIN_H_
OLDNEW
« no previous file with comments | « chrome/app/chrome_crash_reporter_client_mac.mm ('k') | chrome/app/chrome_crash_reporter_client_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698