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

Issue 10857064: Base: Disable the scoped handle verifier. (Closed)

Created:
8 years, 4 months ago by rvargas (doing something else)
Modified:
8 years, 4 months ago
CC:
chromium-reviews, erikwright+watch_chromium.org, brettw-cc_chromium.org
Visibility:
Public.

Description

Base: Disable the scoped handle verifier. Intended for the beta channel. BUG=143505 TEST=none TBR=willchan@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=152197

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M base/win/scoped_handle.h View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
rvargas (doing something else)
8 years, 4 months ago (2012-08-17 22:19:37 UTC) #1
willchan no longer on Chromium
8 years, 4 months ago (2012-08-18 00:31:25 UTC) #2
lgtm


On Fri, Aug 17, 2012 at 6:19 PM, <rvargas@chromium.org> wrote:

> Reviewers: willchan,
>
> Description:
> Base: Disable the scoped handle verifier.
>
> Intended for the beta channel.
>
> BUG=143505
> TEST=none
> TBR=willchan@chromium.org
>
> Please review this at
https://chromiumcodereview.**appspot.com/10857064/<https://chromiumcodereview...
>
> SVN Base:
svn://svn.chromium.org/chrome/**trunk/src/<http://svn.chromium.org/chrome/trunk/src/>
>
> Affected files:
>   M     base/win/scoped_handle.h
>
>
> Index: base/win/scoped_handle.h
> ==============================**==============================**=======
> --- base/win/scoped_handle.h    (revision 151823)
> +++ base/win/scoped_handle.h    (working copy)
> @@ -178,7 +178,7 @@
>    DISALLOW_IMPLICIT_**CONSTRUCTORS(VerifierTraits);
>  };
>
> -typedef GenericScopedHandle<**HandleTraits, VerifierTraits> ScopedHandle;
> +typedef GenericScopedHandle<**HandleTraits, DummyVerifierTraits>
> ScopedHandle;
>
>  }  // namespace win
>  }  // namespace base
>
>
>

Powered by Google App Engine
This is Rietveld 408576698