| Index: chrome/browser/extensions/crx_installer.h
|
| diff --git a/chrome/browser/extensions/crx_installer.h b/chrome/browser/extensions/crx_installer.h
|
| index 769ca309455a9ed8659923ad78603945ee9a1719..9d014bf9b89138e384cf3a8e9766615de18f8d71 100644
|
| --- a/chrome/browser/extensions/crx_installer.h
|
| +++ b/chrome/browser/extensions/crx_installer.h
|
| @@ -98,6 +98,7 @@ class CrxInstaller
|
|
|
| // Install the crx in |source_file|.
|
| void InstallCrx(const base::FilePath& source_file);
|
| + void InstallCrxFile(const CRXFileInfo& source_file);
|
|
|
| // Convert the specified user script into an extension and install it.
|
| void InstallUserScript(const base::FilePath& source_file,
|
|
|