| Index: chrome/browser/extensions/crx_installer.h
|
| diff --git a/chrome/browser/extensions/crx_installer.h b/chrome/browser/extensions/crx_installer.h
|
| index de3da57e6ecf6c8b1a583ef5d5653d948f24f425..d7f15e541568a46b3787f5282412ba37c8c69f67 100644
|
| --- a/chrome/browser/extensions/crx_installer.h
|
| +++ b/chrome/browser/extensions/crx_installer.h
|
| @@ -187,7 +187,8 @@ class CrxInstaller
|
| void ConvertUserScriptOnFileThread();
|
|
|
| // Converts the source web app to an extension.
|
| - void ConvertWebAppOnFileThread(const WebApplicationInfo& web_app);
|
| + void ConvertWebAppOnFileThread(const WebApplicationInfo& web_app,
|
| + const FilePath& install_directory);
|
|
|
| // Called after OnUnpackSuccess as a last check to see whether the install
|
| // should complete.
|
|
|