| Index: chrome/browser/extensions/crx_installer.h
|
| diff --git a/chrome/browser/extensions/crx_installer.h b/chrome/browser/extensions/crx_installer.h
|
| index bb9083ebd99046c251fc30f2c1e92962645d4353..9411cab13597d9cfa1d8322ba53421ac8d7636ba 100644
|
| --- a/chrome/browser/extensions/crx_installer.h
|
| +++ b/chrome/browser/extensions/crx_installer.h
|
| @@ -100,6 +100,10 @@ class CrxInstaller
|
| // Install the crx in |source_file|.
|
| void InstallCrx(const base::FilePath& source_file);
|
|
|
| + // Install the crx in |source_file| after checking hash sum.
|
| + void CheckAndInstallCrx(const base::FilePath& source_file,
|
| + const std::string& package_hash);
|
| +
|
| // Convert the specified user script into an extension and install it.
|
| void InstallUserScript(const base::FilePath& source_file,
|
| const GURL& download_url);
|
|
|