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_; |