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

Issue 293040: Added a static function pointer to cache the SetActiveURL pointer returned by... (Closed)

Created:
11 years, 2 months ago by jschuh
Modified:
9 years, 6 months ago
Reviewers:
cpu_(ooo_6.6-7.5)
CC:
chromium-reviews_googlegroups.com, Chris Evans
Visibility:
Public.

Description

Added a static function pointer to cache the SetActiveURL pointer returned by GetProcAddress() BUG=25366 TEST=Breakpoint the call to SetActiveURL() to ensure that the pointer is cached and called properly.

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+10 lines, -7 lines) Patch
M chrome/common/child_process_logging_win.cc View 1 chunk +10 lines, -7 lines 1 comment Download

Messages

Total messages: 3 (0 generated)
jschuh
11 years, 2 months ago (2009-10-21 02:15:29 UTC) #1
cpu_(ooo_6.6-7.5)
LGTM
11 years, 2 months ago (2009-10-21 17:23:04 UTC) #2
cpu_(ooo_6.6-7.5)
11 years, 2 months ago (2009-10-21 17:32:26 UTC) #3
http://codereview.chromium.org/293040/diff/1/2
File chrome/common/child_process_logging_win.cc (right):

http://codereview.chromium.org/293040/diff/1/2#newcode26
Line 26: GetProcAddress(exe_module, "SetActiveURL"));
strictly speaking the spacing here is wrong, should be indented 4 spaces, but
don't worry.

Powered by Google App Engine
This is Rietveld 408576698