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

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

Issue 12208146: [win] Remove app launcher install calls from app shortcut manager. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 10 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
« no previous file with comments | « no previous file | chrome/browser/extensions/app_shortcut_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 d3b16d66553cf7ca9fb37c38b0d7ddc1b44c7442..22873958a9dbecb8f5cbc9e86a2a043ea60377ac 100644
--- a/chrome/browser/extensions/app_shortcut_manager.h
+++ b/chrome/browser/extensions/app_shortcut_manager.h
@@ -28,13 +28,6 @@ class AppShortcutManager : public content::NotificationObserver {
const content::NotificationDetails& details) OVERRIDE;
private:
- void UpdateApplicationShortcuts(const Extension* extension);
-
-#if defined(OS_WIN)
- void OnAppHostInstallationComplete(scoped_refptr<Extension> extension,
- bool app_host_install_success);
-#endif
-
void DeleteApplicationShortcuts(const Extension* extension);
content::NotificationRegistrar registrar_;
« no previous file with comments | « no previous file | chrome/browser/extensions/app_shortcut_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698