Index: chrome/app/chrome_breakpad_client.h |
diff --git a/chrome/app/chrome_breakpad_client.h b/chrome/app/chrome_breakpad_client.h |
index dadaff61f64faf85afb3927427db78aa8bcea3ed..3636a22a9e160f4fdc89d32bccb026690a96deb5 100644 |
--- a/chrome/app/chrome_breakpad_client.h |
+++ b/chrome/app/chrome_breakpad_client.h |
@@ -56,6 +56,8 @@ class ChromeBreakpadClient : public breakpad::BreakpadClient { |
#if defined(OS_WIN) || defined(OS_MACOSX) |
virtual bool GetCollectStatsConsent() OVERRIDE; |
+ |
+ virtual bool ReportingIsEnforcedByPolicy(bool* breakpad_enabled) OVERRIDE; |
#endif |
#if defined(OS_ANDROID) |
@@ -64,8 +66,6 @@ class ChromeBreakpadClient : public breakpad::BreakpadClient { |
#if defined(OS_MACOSX) |
virtual void InstallAdditionalFilters(BreakpadRef breakpad) OVERRIDE; |
- |
- virtual bool ReportingIsEnforcedByPolicy() OVERRIDE; |
#endif |
private: |