summaryrefslogtreecommitdiffstats
path: root/ipc/ipc_message_utils.cc
diff options
context:
space:
mode:
authorjochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-12 14:34:40 +0000
committerjochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-12 14:34:40 +0000
commit702e3a6a7e1a9c335e3aee534f690ea7a3cf61e1 (patch)
treef2d1852340fdc0ad8370c58e8396698729c94335 /ipc/ipc_message_utils.cc
parent06e3c95d557951207b8436bf86fc8c8abf927a18 (diff)
downloadchromium_src-702e3a6a7e1a9c335e3aee534f690ea7a3cf61e1.zip
chromium_src-702e3a6a7e1a9c335e3aee534f690ea7a3cf61e1.tar.gz
chromium_src-702e3a6a7e1a9c335e3aee534f690ea7a3cf61e1.tar.bz2
Revert 205772 "Revert "Revert 205443 "headless windows content_s..."
> Revert "Revert 205443 "headless windows content_shell"" > > Also, add more verbose debug output to LOGFONT pickle code > > The NOTREACHED() is reached on WebKit Win7 (dbg) bots, but I cannot reproduce > locally, so I need more data from the bots > > I'll revert the CL once the Webkit Win Debug builder cycled once. > > BUG=248520 > TBR=jam@chromium.org > > Review URL: https://codereview.chromium.org/16309013 TBR=jochen@chromium.org Review URL: https://codereview.chromium.org/16034019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205775 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ipc/ipc_message_utils.cc')
-rw-r--r--ipc/ipc_message_utils.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/ipc/ipc_message_utils.cc b/ipc/ipc_message_utils.cc
index b23c0d3..0cdc2b4ef 100644
--- a/ipc/ipc_message_utils.cc
+++ b/ipc/ipc_message_utils.cc
@@ -789,8 +789,6 @@ bool ParamTraits<LOGFONT>::Read(const Message* m, PickleIterator* iter,
memcpy(r, data, sizeof(LOGFONT));
return true;
}
- std::wstring font_name(font->lfFaceName, LF_FACESIZE);
- LOG(ERROR) << "Invalid LOGFONT '" << WideToUTF8(font_name) << "'";
}
NOTREACHED();