| Index: chrome/browser/safe_browsing/sandboxed_dmg_analyzer_mac.h
|
| diff --git a/chrome/browser/safe_browsing/sandboxed_dmg_analyzer_mac.h b/chrome/browser/safe_browsing/sandboxed_dmg_analyzer_mac.h
|
| index 307776a36181eca5b8a35be47dc09cc4645c0419..467d12ea96d500316379e51f4f07db249bc4ee0a 100644
|
| --- a/chrome/browser/safe_browsing/sandboxed_dmg_analyzer_mac.h
|
| +++ b/chrome/browser/safe_browsing/sandboxed_dmg_analyzer_mac.h
|
| @@ -48,9 +48,6 @@ class SandboxedDMGAnalyzer : public content::UtilityProcessHostClient {
|
| void OnProcessLaunchFailed() override;
|
| bool OnMessageReceived(const IPC::Message& message) override;
|
|
|
| - // Message handler for reply ping when the utility process has started.
|
| - void OnUtilityProcessStarted();
|
| -
|
| // Message handler to receive the results of the analysis. Invokes the
|
| // |callback_|.
|
| void OnAnalysisFinished(const zip_analyzer::Results& results);
|
|
|