summaryrefslogtreecommitdiffstats
path: root/chrome/app/chrome_breakpad_client.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/app/chrome_breakpad_client.h')
-rw-r--r--chrome/app/chrome_breakpad_client.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/app/chrome_breakpad_client.h b/chrome/app/chrome_breakpad_client.h
index eb7f8d4..b11c6f0 100644
--- a/chrome/app/chrome_breakpad_client.h
+++ b/chrome/app/chrome_breakpad_client.h
@@ -56,6 +56,10 @@ class ChromeBreakpadClient : public breakpad::BreakpadClient {
virtual bool GetCollectStatsConsent() OVERRIDE;
#endif
+#if defined(OS_ANDROID)
+ virtual int GetAndroidMinidumpDescriptor() OVERRIDE;
+#endif
+
private:
DISALLOW_COPY_AND_ASSIGN(ChromeBreakpadClient);
};