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

Issue 10978006: Base: disable the scoped handle verifier for M23 beta. (Closed)

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

Description

Base: disable the scoped handle verifier for M23 beta. BUG=152037 TEST=none TBR=willchan@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=158402

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, 3 months ago (2012-09-24 21:48:41 UTC) #1
willchan no longer on Chromium
8 years, 3 months ago (2012-09-24 21:51:47 UTC) #2
lgtm


On Mon, Sep 24, 2012 at 2:48 PM, <rvargas@chromium.org> wrote:

> Reviewers: willchan,
>
> Description:
> Base: disable the scoped handle verifier for M23 beta.
>
> BUG=152037
> TEST=none
> TBR=willchan@chromium.org
>
> Please review this at
http://codereview.chromium.**org/10978006/<http://codereview.chromium.org/109...
>
> 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 156854)
> +++ base/win/scoped_handle.h    (working copy)
> @@ -180,7 +180,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