Chromium Code Reviews

Issue 2102010: Addressing review comment from Stoyan (remove one dlog statement).... (Closed)

Created:
10 years, 7 months ago by tommi (sloooow) - chröme
Modified:
9 years, 7 months ago
Reviewers:
stoyan
CC:
chromium-reviews, amit
Visibility:
Public.

Description

Addressing review comment from Stoyan (remove one dlog statement). TEST=none BUG=none TBR=stoyan Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=47691

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Stats (+0 lines, -3 lines)
M chrome_frame/bind_context_info.cc View 1 chunk +0 lines, -3 lines 1 comment

Messages

Total messages: 2 (0 generated)
tommi (sloooow) - chröme
10 years, 7 months ago (2010-05-19 18:45:47 UTC) #1
stoyan
10 years, 7 months ago (2010-05-19 18:54:49 UTC) #2
http://codereview.chromium.org/2102010/diff/1/2
File chrome_frame/bind_context_info.cc (right):

http://codereview.chromium.org/2102010/diff/1/2#newcode50
chrome_frame/bind_context_info.cc:50: BindContextInfo* ret = NULL;
Well, now ret variable is unused.
I though the DLOG could be DLOG_IF(info != internal) if we want to preserve it
for debugging.

Powered by Google App Engine