Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(405)

Unified Diff: ipc/ipc_message_utils.cc

Issue 16309013: Revert "Revert 205443 "headless windows content_shell"" (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/shell/shell_win.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ipc/ipc_message_utils.cc
diff --git a/ipc/ipc_message_utils.cc b/ipc/ipc_message_utils.cc
index 0cdc2b4ef520c9dc4cc622b773b92704fc709b47..b23c0d3f0c51057fd7967d23f90fd4d02df1049d 100644
--- a/ipc/ipc_message_utils.cc
+++ b/ipc/ipc_message_utils.cc
@@ -789,6 +789,8 @@ 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();
« no previous file with comments | « content/shell/shell_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698