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

Unified Diff: remoting/host/desktop_session_proxy.cc

Issue 281223002: Removed LOG_GETLASTERROR and LOG_ERRNO macros. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Wed 05/14/2014 11:20:03.21 Created 6 years, 7 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 | « remoting/host/daemon_process_win.cc ('k') | remoting/host/desktop_shape_tracker_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/desktop_session_proxy.cc
diff --git a/remoting/host/desktop_session_proxy.cc b/remoting/host/desktop_session_proxy.cc
index d077d5a62dd62fe2e2f06e0753f9cc725ddceee0..73497f9ded9cbed4f2107321fc8bc37ecf97d937 100644
--- a/remoting/host/desktop_session_proxy.cc
+++ b/remoting/host/desktop_session_proxy.cc
@@ -233,8 +233,7 @@ bool DesktopSessionProxy::AttachToDesktop(
HANDLE temp_handle;
if (!DuplicateHandle(desktop_process_, desktop_pipe, GetCurrentProcess(),
&temp_handle, 0, FALSE, DUPLICATE_SAME_ACCESS)) {
- LOG_GETLASTERROR(ERROR) << "Failed to duplicate the desktop-to-network"
- " pipe handle";
+ PLOG(ERROR) << "Failed to duplicate the desktop-to-network pipe handle";
desktop_process_ = base::kNullProcessHandle;
base::CloseProcessHandle(desktop_process);
« no previous file with comments | « remoting/host/daemon_process_win.cc ('k') | remoting/host/desktop_shape_tracker_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698