| Index: components/breakpad/breakpad_client.cc
|
| diff --git a/components/breakpad/breakpad_client.cc b/components/breakpad/breakpad_client.cc
|
| index ae1bc657fc2f48a32d6d0cb385abe766f566d874..26ba755335f7f326d0a2db9ba8730596beed302d 100644
|
| --- a/components/breakpad/breakpad_client.cc
|
| +++ b/components/breakpad/breakpad_client.cc
|
| @@ -107,6 +107,10 @@ bool BreakpadClient::IsRunningUnattended() {
|
| bool BreakpadClient::GetCollectStatsConsent() {
|
| return false;
|
| }
|
| +
|
| +bool BreakpadClient::ReportingIsEnforcedByPolicy(bool* breakpad_enabled) {
|
| + return false;
|
| +}
|
| #endif
|
|
|
| #if defined(OS_ANDROID)
|
| @@ -118,10 +122,6 @@ int BreakpadClient::GetAndroidMinidumpDescriptor() {
|
| #if defined(OS_MACOSX)
|
| void BreakpadClient::InstallAdditionalFilters(BreakpadRef breakpad) {
|
| }
|
| -
|
| -bool BreakpadClient::ReportingIsEnforcedByPolicy() {
|
| - return false;
|
| -}
|
| #endif
|
|
|
| } // namespace breakpad
|
|
|