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

Unified Diff: chrome_frame/bind_context_info.cc

Issue 2102010: Addressing review comment from Stoyan (remove one dlog statement).... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome_frame/bind_context_info.cc
===================================================================
--- chrome_frame/bind_context_info.cc (revision 47420)
+++ chrome_frame/bind_context_info.cc (working copy)
@@ -50,9 +50,6 @@
BindContextInfo* ret = NULL;
stoyan 2010/05/19 18:54:49 Well, now ret variable is unused. I though the DLO
hr = internal->GetCppObject(reinterpret_cast<void**>(info));
DCHECK_EQ(hr, S_OK);
- DLOG_IF(ERROR, reinterpret_cast<void*>(ret) !=
- reinterpret_cast<void*>(internal.get()))
- << "marshalling took place!";
}
} else {
DCHECK(FAILED(hr));
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698