| Index: chrome/installer/setup/installer_crash_reporter_client.h
|
| diff --git a/chrome/installer/setup/installer_crash_reporter_client.h b/chrome/installer/setup/installer_crash_reporter_client.h
|
| index 84bf3460fda92c7c002dead99d9f0dedc2cf1a1a..74f80488319eb62e4ae6cbf8cfe3b8bb4510cbde 100644
|
| --- a/chrome/installer/setup/installer_crash_reporter_client.h
|
| +++ b/chrome/installer/setup/installer_crash_reporter_client.h
|
| @@ -36,6 +36,7 @@ class InstallerCrashReporterClient
|
| size_t RegisterCrashKeys() override;
|
| bool IsRunningUnattended() override;
|
| bool GetCollectStatsConsent() override;
|
| + bool GetCollectStatsInSample() override;
|
| bool ReportingIsEnforcedByPolicy(bool* enabled) override;
|
| bool EnableBreakpadForProcess(const std::string& process_type) override;
|
|
|
|
|