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

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. 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 | « 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
This is Rietveld 408576698