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

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

Issue 10868003: chromeos: Fix pixelated icons in app list and launcher (part 3) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase on tony's cl, get rid of icon cache and worker thread Created 8 years, 3 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.cc
diff --git a/chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc b/chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc
index dafef9093c2a54767f6b54dbecb369bbbd204355..5b85fb5378be4c61c50e9640a05bde0b56539ebc 100644
--- a/chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc
+++ b/chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc
@@ -626,6 +626,7 @@ void ChromeLauncherController::Observe(
const Extension* extension = unload_info->extension;
if (IsAppPinned(extension->id()))
DoUnpinAppsWithID(extension->id());
+ app_icon_loader_->ClearImage(extension->id());
break;
}
case chrome::NOTIFICATION_PREF_CHANGED: {

Powered by Google App Engine
This is Rietveld 408576698