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

Unified Diff: chrome/browser/ui/ash/launcher/chrome_launcher_controller_impl.h

Issue 2067943004: ARC: Add badge for Chrome hosted Apps if Arc++ is enabled. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address xiyuan@'s comment. Rebase Created 4 years, 6 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/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|.

Powered by Google App Engine
This is Rietveld 408576698