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

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

Issue 11054006: Make application shortcuts point to app_host.exe, install App Host during app installation. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Now installing App Host in AppShortcutManager, instead of CrxInstaller / UnpackedInstaller. Created 8 years, 1 month 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/app_shortcut_manager.h
diff --git a/chrome/browser/extensions/app_shortcut_manager.h b/chrome/browser/extensions/app_shortcut_manager.h
index bc78b24e953673bb06f1e8cf1804ce81aeaf0016..31d43758372d1ff8eced7e29bac8c0738d264beb 100644
--- a/chrome/browser/extensions/app_shortcut_manager.h
+++ b/chrome/browser/extensions/app_shortcut_manager.h
@@ -36,6 +36,8 @@ class AppShortcutManager : public ImageLoadingTracker::Observer,
private:
void UpdateApplicationShortcuts(const Extension* extension);
+ void OnAppHostInstallationComplete(const Extension* extension,
+ bool app_host_install_success);
void DeleteApplicationShortcuts(const Extension* extension);
content::NotificationRegistrar registrar_;

Powered by Google App Engine
This is Rietveld 408576698