summaryrefslogtreecommitdiffstats
path: root/webkit/plugins/npapi/plugin_list.h
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/plugins/npapi/plugin_list.h')
-rw-r--r--webkit/plugins/npapi/plugin_list.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/webkit/plugins/npapi/plugin_list.h b/webkit/plugins/npapi/plugin_list.h
index 62c74c5..626e14a 100644
--- a/webkit/plugins/npapi/plugin_list.h
+++ b/webkit/plugins/npapi/plugin_list.h
@@ -111,11 +111,10 @@ class PluginList {
WebPluginInfo* info,
const PluginEntryPoints** entry_points);
- // In Windows and Pepper plugins, the mime types are passed as a specially
- // formatted list of strings. This function parses those strings into
- // a WebPluginMimeType vector.
- // TODO(evan): make Pepper pass around formatted data and move this code
- // into plugin_list_win.
+ // In Windows plugins, the mime types are passed as a specially formatted list
+ // of strings. This function parses those strings into a WebPluginMimeType
+ // vector.
+ // TODO(evan): move this code into plugin_list_win.
static bool ParseMimeTypes(const std::string& mime_types,
const std::string& file_extensions,
const string16& mime_type_descriptions,