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

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

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: fix win compile 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.h
diff --git a/chrome/browser/ui/ash/launcher/chrome_launcher_controller.h b/chrome/browser/ui/ash/launcher/chrome_launcher_controller.h
index 4672da8f694a462878b62be30f21ac281cd4ab0f..fc609a19c2ff987551e36e15331a9e6a3955851e 100644
--- a/chrome/browser/ui/ash/launcher/chrome_launcher_controller.h
+++ b/chrome/browser/ui/ash/launcher/chrome_launcher_controller.h
@@ -92,6 +92,9 @@ class ChromeLauncherController
// Fetches the image for the specified id. When done (which may be
// synchronous), this should invoke SetAppImage() on the LauncherUpdater.
virtual void FetchImage(const std::string& id) = 0;
+
+ // Clears the image for the specified id.
+ virtual void ClearImage(const std::string& id) = 0;
};
ChromeLauncherController(Profile* profile, ash::LauncherModel* model);

Powered by Google App Engine
This is Rietveld 408576698