Chromium Code Reviews

Issue 5271011: Avoid double-setting of the tool band ID in the CEEE executors manager.... (Closed)

Created:
10 years ago by Cindy Lau
Modified:
9 years, 7 months ago
Reviewers:
motek., Jói
CC:
chromium-reviews, ceee-reviews_chromium.org, Paweł Hajdan Jr.
Visibility:
Public.

Description

Avoid double-setting of the tool band ID in the CEEE executors manager. BUG=64854 TEST=ie_unittests.exe Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=67960

Patch Set 1 #

Total comments: 5

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Stats (+27 lines, -5 lines)
M ceee/ie/plugin/toolband/tool_band.h View 1 chunk +3 lines, -0 lines 0 comments
M ceee/ie/plugin/toolband/tool_band.cc View 5 chunks +16 lines, -4 lines 0 comments
M ceee/ie/plugin/toolband/tool_band_unittest.cc View 1 chunk +8 lines, -1 line 0 comments

Messages

Total messages: 5 (0 generated)
Cindy Lau
10 years ago (2010-11-30 22:10:03 UTC) #1
Jói
LGTM Before you check in, take note of my recent message about how to get ...
10 years ago (2010-11-30 22:19:06 UTC) #2
motek.
Just one suggestion to consider... M. http://codereview.chromium.org/5271011/diff/1/ceee/ie/plugin/toolband/tool_band.cc File ceee/ie/plugin/toolband/tool_band.cc (right): http://codereview.chromium.org/5271011/diff/1/ceee/ie/plugin/toolband/tool_band.cc#newcode533 ceee/ie/plugin/toolband/tool_band.cc:533: EnsureBhoIsAvailable(); // We ...
10 years ago (2010-11-30 22:33:09 UTC) #3
Cindy Lau
http://codereview.chromium.org/5271011/diff/1/ceee/ie/plugin/toolband/tool_band.cc File ceee/ie/plugin/toolband/tool_band.cc (right): http://codereview.chromium.org/5271011/diff/1/ceee/ie/plugin/toolband/tool_band.cc#newcode533 ceee/ie/plugin/toolband/tool_band.cc:533: EnsureBhoIsAvailable(); // We will require a working bho to ...
10 years ago (2010-12-01 00:01:36 UTC) #4
motek.
10 years ago (2010-12-01 00:13:49 UTC) #5
LGTM

http://codereview.chromium.org/5271011/diff/1/ceee/ie/plugin/toolband/tool_ba...
File ceee/ie/plugin/toolband/tool_band.cc (right):

http://codereview.chromium.org/5271011/diff/1/ceee/ie/plugin/toolband/tool_ba...
ceee/ie/plugin/toolband/tool_band.cc:533: EnsureBhoIsAvailable();  // We will
require a working bho to do anything.
On 2010/12/01 00:01:36, Cindy Lau wrote:
Yes, my point was only solely about return values (S_FALSE vs. S_OK). What you
suggest makes more sense. Besides, the whole comment was a minor remark to begin
with.

Powered by Google App Engine