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

Issue 7776025: Remove a static initializer from ScopedCAPIHandle (Closed)

Created:
9 years, 3 months ago by Ryan Sleevi
Modified:
9 years, 3 months ago
CC:
chromium-reviews
Visibility:
Public.

Description

Remove a static initializer from ScopedCAPIHandle BUG=87171 TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=98923

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -6 lines) Patch
M crypto/scoped_capi_types.h View 2 chunks +3 lines, -6 lines 1 comment Download

Messages

Total messages: 5 (0 generated)
Ryan Sleevi
Evan: Rubber stamp to mirror your scoped_ptr<> changes? Backstory on why this isn't wrapping scoped_ptr<> ...
9 years, 3 months ago (2011-08-31 01:08:21 UTC) #1
Evan Martin
LGTM On Tue, Aug 30, 2011 at 6:08 PM, <rsleevi@chromium.org> wrote: > Reviewers: Evan Martin, ...
9 years, 3 months ago (2011-08-31 02:16:55 UTC) #2
commit-bot: I haz the power
Change committed as 98923
9 years, 3 months ago (2011-08-31 04:25:02 UTC) #3
wtc
LGTM. http://codereview.chromium.org/7776025/diff/1/crypto/scoped_capi_types.h File crypto/scoped_capi_types.h (right): http://codereview.chromium.org/7776025/diff/1/crypto/scoped_capi_types.h#newcode54 crypto/scoped_capi_types.h:54: reset(); Just to make sure I understand this ...
9 years, 3 months ago (2011-08-31 21:15:28 UTC) #4
Evan Martin
9 years, 3 months ago (2011-09-01 21:45:36 UTC) #5
On Wed, Aug 31, 2011 at 2:15 PM,  <wtc@chromium.org> wrote:
> crypto/scoped_capi_types.h:54: reset();
> Just to make sure I understand this correctly: this could
> also be written as:
>  FreeProc free_proc;
>  free_proc(handle_);
>
> Correct?

Yes, I think so.

Powered by Google App Engine
This is Rietveld 408576698