diff options
Diffstat (limited to 'chrome/browser/extensions/sandboxed_extension_unpacker.h')
-rw-r--r-- | chrome/browser/extensions/sandboxed_extension_unpacker.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/chrome/browser/extensions/sandboxed_extension_unpacker.h b/chrome/browser/extensions/sandboxed_extension_unpacker.h index 9c04c9f..fd44a6a 100644 --- a/chrome/browser/extensions/sandboxed_extension_unpacker.h +++ b/chrome/browser/extensions/sandboxed_extension_unpacker.h @@ -121,8 +121,7 @@ class SandboxedExtensionUnpacker : public UtilityProcessHost::Client { void StartProcessOnIOThread(const FilePath& temp_crx_path); // SandboxedExtensionUnpacker - void OnUnpackExtensionSucceeded(const DictionaryValue& manifest, - const DictionaryValue& catalogs); + void OnUnpackExtensionSucceeded(const DictionaryValue& manifest); void OnUnpackExtensionFailed(const std::string& error_message); void OnProcessCrashed(); @@ -136,7 +135,7 @@ class SandboxedExtensionUnpacker : public UtilityProcessHost::Client { // Overwrites original files with safe results from utility process. // Reports error and returns false if it fails. bool RewriteImageFiles(); - bool RewriteCatalogFiles(const DictionaryValue& parsed_catalogs); + bool RewriteCatalogFiles(); FilePath crx_path_; ChromeThread::ID thread_identifier_; |