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

Unified Diff: chrome/browser/extensions/extension_install_ui.h

Issue 7835039: Implement the inline extensions/apps install UI for Cocoa. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 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/extensions/extension_install_ui.h
===================================================================
--- chrome/browser/extensions/extension_install_ui.h (revision 99418)
+++ chrome/browser/extensions/extension_install_ui.h (working copy)
@@ -65,9 +65,9 @@
// The star display logic replicates the one used by the webstore (from
// components.ratingutils.setFractionalYellowStars). Callers pass in an
- // "appender", which will be called back with the resource ID that they
- // need to load/append.
- typedef void*(*StarAppender)(int, void*);
+ // "appender", which will be repeatedly called back with the star images
+ // that they append to the star display area.
+ typedef void(*StarAppender)(const SkBitmap*, void*);
void AppendRatingStars(StarAppender appender, void* data) const;
string16 GetRatingCount() const;
string16 GetUserCount() const;
« no previous file with comments | « chrome/app/nibs/ExtensionInstallPromptNoWarnings.xib ('k') | chrome/browser/extensions/extension_install_ui.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698