Chromium Code Reviews

Unified Diff: chrome_frame/test/chrome_frame_test_utils.cc

Issue 6019007: Remove win_util::FormatMessage and FormatLastWin32Error. These were only used... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « chrome/tools/profiles/generate_profile.cc ('k') | gfx/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome_frame/test/chrome_frame_test_utils.cc
===================================================================
--- chrome_frame/test/chrome_frame_test_utils.cc (revision 70263)
+++ chrome_frame/test/chrome_frame_test_utils.cc (working copy)
@@ -566,7 +566,7 @@
break;
default:
DLOG(WARNING) << "Unexpected error while checking crash_service.exe's "
- << "pipe: " << win_util::FormatLastWin32Error();
+ ::GetLastError();
// Go ahead and wait in case it clears up.
break;
}
« no previous file with comments | « chrome/tools/profiles/generate_profile.cc ('k') | gfx/DEPS » ('j') | no next file with comments »

Powered by Google App Engine