Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(404)

Unified Diff: chrome/browser/extensions/crx_installer.h

Issue 273193006: Install Chrome OS apps to shared location (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: added uninstall Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698