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

Unified Diff: chrome/app/chrome_crash_reporter_client_win.h

Issue 2221833005: Adding support for sampling crashes in Chrome on Windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Adding support for sampling crashes in Chrome on Windows. Created 4 years, 4 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 side-by-side diff with in-line comments
Download patch
Index: chrome/app/chrome_crash_reporter_client_win.h
diff --git a/chrome/app/chrome_crash_reporter_client_win.h b/chrome/app/chrome_crash_reporter_client_win.h
index 29109aa3537025860b26ae183ee21fab489dbd78..21b0d7bf6dcbd70c1a1096d31f5cd3764e1607ca 100644
--- a/chrome/app/chrome_crash_reporter_client_win.h
+++ b/chrome/app/chrome_crash_reporter_client_win.h
@@ -44,6 +44,8 @@ class ChromeCrashReporterClient : public crash_reporter::CrashReporterClient {
bool GetCollectStatsConsent() override;
+ bool GetCollectStatsInSample() override;
+
bool ReportingIsEnforcedByPolicy(bool* breakpad_enabled) override;
bool EnableBreakpadForProcess(const std::string& process_type) override;

Powered by Google App Engine
This is Rietveld 408576698