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

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 multi-profile support 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 427009316125684e3c57bba4623bdad41b952021..478fb90513b201d2be38a4f47628409bf2588661 100644
--- a/chrome/browser/extensions/crx_installer.h
+++ b/chrome/browser/extensions/crx_installer.h
@@ -235,6 +235,10 @@ class CrxInstaller
// notify the frontend.
void CompleteInstall();
+ // Reloads extension on File thread and reports installation result back
+ // to UI thread.
+ void ReloadExtensionAfterInstall(const base::FilePath& version_dir);
+
// Result reporting.
void ReportFailureFromFileThread(const CrxInstallerError& error);
void ReportFailureFromUIThread(const CrxInstallerError& error);
« no previous file with comments | « no previous file | chrome/browser/extensions/crx_installer.cc » ('j') | chrome/browser/extensions/extension_assets_manager.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698