From 6c6c2cc241fee48dbe0593a76f66837cbf4bc349 Mon Sep 17 00:00:00 2001 From: "rvargas@chromium.org" Date: Thu, 31 May 2012 05:04:18 +0000 Subject: Base: Add a handle verifier to ScopedHandle. This provides basic tracking of handles for XP. BUG=127931 TEST=none TBR=abodenha, wez Review URL: https://chromiumcodereview.appspot.com/10453082 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@139736 0039d316-1c4b-4281-b951-d872f2087c98 --- remoting/base/scoped_sc_handle_win.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'remoting/base') diff --git a/remoting/base/scoped_sc_handle_win.h b/remoting/base/scoped_sc_handle_win.h index 508f5f5..69cd569 100644 --- a/remoting/base/scoped_sc_handle_win.h +++ b/remoting/base/scoped_sc_handle_win.h @@ -34,7 +34,8 @@ class ScHandleTraits { DISALLOW_IMPLICIT_CONSTRUCTORS(ScHandleTraits); }; -typedef base::win::GenericScopedHandle ScopedScHandle; +typedef base::win::GenericScopedHandle< + ScHandleTraits, base::win::DummyVerifierTraits> ScopedScHandle; } // namespace remoting -- cgit v1.1