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

Unified Diff: chrome/browser/ui/ash/launcher/launcher_arc_app_updater.cc

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/launcher_arc_app_updater.cc
diff --git a/chrome/browser/ui/ash/launcher/launcher_arc_app_updater.cc b/chrome/browser/ui/ash/launcher/launcher_arc_app_updater.cc
index 279b01df1f14c37ae9d2d69ce85ea688c0a5f6c3..503d9101224d48a1e92cbeeaa122e9b86b5a69cf 100644
--- a/chrome/browser/ui/ash/launcher/launcher_arc_app_updater.cc
+++ b/chrome/browser/ui/ash/launcher/launcher_arc_app_updater.cc
@@ -26,5 +26,6 @@ void LauncherArcAppUpdater::OnAppRegistered(
}
void LauncherArcAppUpdater::OnAppRemoved(const std::string& app_id) {
+ delegate()->OnAppUninstalledPrepared(browser_context(), app_id);
delegate()->OnAppUninstalled(browser_context(), app_id);
}
« no previous file with comments | « chrome/browser/ui/ash/launcher/launcher_app_updater.h ('k') | chrome/browser/ui/ash/launcher/launcher_extension_app_updater.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698