| 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).
|
| NSImage* image_;
|
| // Displayed text
|
| NSString* command_;
|
|
|