Index: chrome/browser/ui/ash/launcher/chrome_launcher_controller_impl.h |
diff --git a/chrome/browser/ui/ash/launcher/chrome_launcher_controller_impl.h b/chrome/browser/ui/ash/launcher/chrome_launcher_controller_impl.h |
index feb9eac75381f2a1b1cc4010f154b219508e7227..160e4fe3af82f747b4c960840aa9545144016dee 100644 |
--- a/chrome/browser/ui/ash/launcher/chrome_launcher_controller_impl.h |
+++ b/chrome/browser/ui/ash/launcher/chrome_launcher_controller_impl.h |
@@ -132,6 +132,7 @@ class ChromeLauncherControllerImpl |
content::WebContents* web_contents) const override; |
BrowserShortcutLauncherItemController* |
GetBrowserShortcutLauncherItemController() override; |
+ void MayUpdateBrowserShortcutItem() override; |
LauncherItemController* GetLauncherItemController( |
const ash::ShelfID id) override; |
bool IsBrowserFromActiveUser(Browser* browser) override; |
@@ -172,8 +173,8 @@ class ChromeLauncherControllerImpl |
const std::string& app_id) override; |
void OnAppUpdated(content::BrowserContext* browser_context, |
const std::string& app_id) override; |
- void OnAppUninstalled(content::BrowserContext* browser_context, |
- const std::string& app_id) override; |
+ void OnAppUninstalledPrepared(content::BrowserContext* browser_context, |
+ const std::string& app_id) override; |
protected: |
// Creates a new app shortcut item and controller on the shelf at |index|. |