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

Unified Diff: chrome/browser/ui/views/aura/launcher/launcher_updater.cc

Issue 9428025: Add support for multiple icon sizes for Mac platform apps (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: address review comment Created 8 years, 10 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/views/aura/launcher/launcher_updater.cc
diff --git a/chrome/browser/ui/views/aura/launcher/launcher_updater.cc b/chrome/browser/ui/views/aura/launcher/launcher_updater.cc
index 85e2615d31627c85b3d96cebbaa6bad276d46cf8..f240d4d26f95009565023fa0bca82db29be54548 100644
--- a/chrome/browser/ui/views/aura/launcher/launcher_updater.cc
+++ b/chrome/browser/ui/views/aura/launcher/launcher_updater.cc
@@ -146,7 +146,8 @@ const LauncherUpdater* LauncherUpdater::GetLauncherByID(
return NULL;
}
-void LauncherUpdater::SetAppImage(TabContentsWrapper* tab, SkBitmap* image) {
+void LauncherUpdater::SetAppImage(TabContentsWrapper* tab,
+ const SkBitmap* image) {
if (app_map_.find(tab) == app_map_.end())
return;

Powered by Google App Engine
This is Rietveld 408576698