Chromium Code Reviews| Index: chrome/browser/metrics/metrics_log.cc |
| =================================================================== |
| --- chrome/browser/metrics/metrics_log.cc (revision 96410) |
| +++ chrome/browser/metrics/metrics_log.cc (working copy) |
| @@ -291,6 +291,7 @@ |
| #endif |
| WriteAttribute("filename", CreateBase64Hash(filename_bytes)); |
| WriteAttribute("version", UTF16ToUTF8(iter->version)); |
| + // TODO(bauerb): Plug-in state is per-profile. |
| WriteIntAttribute("disabled", !webkit::npapi::IsPluginEnabled(*iter)); |
| } |
| } |