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

Unified Diff: chrome/default_plugin/plugin_impl_mac.h

Issue 6541031: Integrate gfx::Image into the ResourceBundle. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 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/default_plugin/plugin_impl_mac.h
diff --git a/chrome/default_plugin/plugin_impl_mac.h b/chrome/default_plugin/plugin_impl_mac.h
index 856f749944dabd82c82fbf63a51046ae52fbd015..fdd6fda20b633c4beb6cdcb99e89498f32449b77 100644
--- a/chrome/default_plugin/plugin_impl_mac.h
+++ b/chrome/default_plugin/plugin_impl_mac.h
@@ -285,7 +285,7 @@ class PluginInstallerImpl {
// Dimensions of the plugin
uint32_t width_;
uint32_t height_;
- // Plugin icon
+ // Plugin icon, weak (owned by ResourceBundle).
TVL 2011/02/18 21:19:12 this seems dangerous, why not just retain it so it
Robert Sesek 2011/02/18 21:48:17 That's probably never going to happen. ResourceBun
NSImage* image_;
// Displayed text
NSString* command_;

Powered by Google App Engine
This is Rietveld 408576698