Index: chrome/browser/extensions/crx_installer.h |
diff --git a/chrome/browser/extensions/crx_installer.h b/chrome/browser/extensions/crx_installer.h |
index 8e3575bd4ff3a1fd3142afcb09c0b2deb2cd05e8..c14789479224d6ac5a3aa54576b24c3a5cdec853 100644 |
--- a/chrome/browser/extensions/crx_installer.h |
+++ b/chrome/browser/extensions/crx_installer.h |
@@ -231,6 +231,7 @@ class CrxInstaller |
// Runs on File thread. Install the unpacked extension into the profile and |
// notify the frontend. |
void CompleteInstall(); |
+ void FinishCompleteInstall(const base::FilePath& version_dir); |
asargent_no_longer_on_chrome
2014/05/16 17:56:19
nit: with a "Finish" post-condition to run, "Compl
Dmitry Polukhin
2014/05/16 22:45:50
Done.
|
// Result reporting. |
void ReportFailureFromFileThread(const CrxInstallerError& error); |