Index: chrome/browser/media_galleries/fileapi/safe_itunes_pref_parser_win.cc |
diff --git a/chrome/browser/media_galleries/fileapi/safe_itunes_pref_parser_win.cc b/chrome/browser/media_galleries/fileapi/safe_itunes_pref_parser_win.cc |
index a22a0ebfb6462207515a09083cdcdac2ea4d0d01..92721ffcd023cb424fe4942dad297fa01d3012db 100644 |
--- a/chrome/browser/media_galleries/fileapi/safe_itunes_pref_parser_win.cc |
+++ b/chrome/browser/media_galleries/fileapi/safe_itunes_pref_parser_win.cc |
@@ -40,7 +40,6 @@ void SafeITunesPrefParserWin::StartWorkOnIOThread() { |
UtilityProcessHost* host = |
UtilityProcessHost::Create(this, base::MessageLoopProxy::current()); |
- host->EnableZygote(); |
host->Send(new ChromeUtilityMsg_ParseITunesPrefXml(unsafe_xml_)); |
parser_state_ = STARTED_PARSING_STATE; |
} |