| 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 84384825bd62fd3f7677367ab2e1742245f030a6..acb408109ceae5884f2a1b69f1b8c7a1eec17b0e 100644
|
| --- a/chrome/browser/extensions/sandboxed_extension_unpacker.h
|
| +++ b/chrome/browser/extensions/sandboxed_extension_unpacker.h
|
| @@ -122,9 +122,9 @@ class SandboxedExtensionUnpacker : public UtilityProcessHost::Client {
|
| void StartProcessOnIOThread(const FilePath& temp_crx_path);
|
|
|
| // SandboxedExtensionUnpacker
|
| - void OnUnpackExtensionSucceeded(const DictionaryValue& manifest);
|
| - void OnUnpackExtensionFailed(const std::string& error_message);
|
| - void OnProcessCrashed();
|
| + virtual void OnUnpackExtensionSucceeded(const DictionaryValue& manifest);
|
| + virtual void OnUnpackExtensionFailed(const std::string& error_message);
|
| + virtual void OnProcessCrashed();
|
|
|
| void ReportFailure(const std::string& message);
|
| void ReportSuccess();
|
|
|