Chromium Code Reviews| Index: webkit/glue/plugins/plugin_list.h |
| diff --git a/webkit/glue/plugins/plugin_list.h b/webkit/glue/plugins/plugin_list.h |
| index 7187ae26a30ba9530fcd93e998a1120fc0f69ca5..63dc1f74ccc58aecbeb08804369429c69f9aa8ef 100644 |
| --- a/webkit/glue/plugins/plugin_list.h |
| +++ b/webkit/glue/plugins/plugin_list.h |
| @@ -125,7 +125,8 @@ class PluginList { |
| // Get all the enabled plugins. |
| void GetEnabledPlugins(bool refresh, std::vector<WebPluginInfo>* plugins); |
| - // Returns true if a plugin is found for the given url and mime type. |
| + // Returns true if a plugin is found for the given url and mime type |
| + // (including disabled plugins). |
|
jochen (gone - plz use gerrit)
2010/06/30 13:09:40
nit. maybe also point out that for these plugins i
|
| // The mime type which corresponds to the URL is optionally returned |
| // back. |
| // The allow_wildcard parameter controls whether this function returns |