| Index: chrome/browser/plugins/plugin_finder.h
|
| diff --git a/chrome/browser/plugins/plugin_finder.h b/chrome/browser/plugins/plugin_finder.h
|
| index ef08867bc9b5ed89216cd312bf047e538991f868..3ee80aebb2b46c2ce670f09f83f961147e0b6803 100644
|
| --- a/chrome/browser/plugins/plugin_finder.h
|
| +++ b/chrome/browser/plugins/plugin_finder.h
|
| @@ -86,11 +86,6 @@ class PluginFinder {
|
|
|
| std::map<std::string, PluginMetadata*> identifier_plugin_;
|
|
|
| - // Note: Don't free memory for |name_plugin_| values
|
| - // since it holds pointers to same instances
|
| - // in |identifier_plugin_| (Double De-allocation).
|
| - std::map<string16, PluginMetadata*> name_plugin_;
|
| -
|
| // Synchronization for the above member variables is
|
| // required since multiple threads can be accessing them concurrently.
|
| base::Lock mutex_;
|
|
|