| Index: chrome/browser/extensions/sandboxed_extension_unpacker.h
|
| diff --git a/chrome/browser/extensions/sandboxed_extension_unpacker.h b/chrome/browser/extensions/sandboxed_extension_unpacker.h
|
| index acb408109ceae5884f2a1b69f1b8c7a1eec17b0e..e47b26c513abe87fe844ad601e40337296850d2b 100644
|
| --- a/chrome/browser/extensions/sandboxed_extension_unpacker.h
|
| +++ b/chrome/browser/extensions/sandboxed_extension_unpacker.h
|
| @@ -124,7 +124,7 @@ class SandboxedExtensionUnpacker : public UtilityProcessHost::Client {
|
| // SandboxedExtensionUnpacker
|
| virtual void OnUnpackExtensionSucceeded(const DictionaryValue& manifest);
|
| virtual void OnUnpackExtensionFailed(const std::string& error_message);
|
| - virtual void OnProcessCrashed();
|
| + virtual void OnProcessCrashed(int exit_code);
|
|
|
| void ReportFailure(const std::string& message);
|
| void ReportSuccess();
|
|
|