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

Unified Diff: chrome/browser/ui/views/aura/launcher/chrome_launcher_delegate.h

Issue 9586018: Add support for multiple icon sizes for Mac platform apps (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix build 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/chrome_launcher_delegate.h
diff --git a/chrome/browser/ui/views/aura/launcher/chrome_launcher_delegate.h b/chrome/browser/ui/views/aura/launcher/chrome_launcher_delegate.h
index 5d7992760b2bf17b0ea4c5ab3431421a8f7a29b5..417ea4ed6691abc0df4f5e5f246c4cf35323c6b2 100644
--- a/chrome/browser/ui/views/aura/launcher/chrome_launcher_delegate.h
+++ b/chrome/browser/ui/views/aura/launcher/chrome_launcher_delegate.h
@@ -135,7 +135,7 @@ class ChromeLauncherDelegate : public ash::LauncherDelegate,
// Sets the image for an app tab. This is intended to be invoked from the
// AppIconLoader.
- void SetAppImage(const std::string& app_id, SkBitmap* image);
+ void SetAppImage(const std::string& app_id, const SkBitmap* image);
ash::LauncherModel* model() { return model_; }

Powered by Google App Engine
This is Rietveld 408576698