Index: components/crash/app/crash_reporter_client.h |
diff --git a/components/crash/app/crash_reporter_client.h b/components/crash/app/crash_reporter_client.h |
index 3a580b7214e530ccac00f7857def4b64aa1a3cc6..578cb872eaa419fdf9380ceb798b0620633b34bf 100644 |
--- a/components/crash/app/crash_reporter_client.h |
+++ b/components/crash/app/crash_reporter_client.h |
@@ -135,6 +135,10 @@ class CrashReporterClient { |
#if defined(OS_ANDROID) |
// Returns the descriptor key of the android minidump global descriptor. |
virtual int GetAndroidMinidumpDescriptor(); |
+ |
+ // Returns true if breakpad microdumps should be enabled. This orthogonal to |
+ // the standard minidump uploader (which depends on the user consent). |
+ virtual bool ShouldEnableBreakpadMicrodumps(); |
#endif |
#if defined(OS_MACOSX) |