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

Unified Diff: chrome/browser/plugins/plugin_finder.h

Issue 11016005: Using MIME types in addition to plugin name to differentiate between plugins. (Closed) Base URL: http://git.chromium.org/chromium/src.git@5_plugins_resource_service
Patch Set: fixed error Created 8 years, 2 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
« no previous file with comments | « no previous file | chrome/browser/plugins/plugin_finder.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_;
« no previous file with comments | « no previous file | chrome/browser/plugins/plugin_finder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698