Commit 684003e2 authored by rvargas@google.com's avatar rvargas@google.com

Base: Disable the scoped handle verifier.

This cl is intended for the beta branch.

BUG=176188
TEST=none
Review URL: https://codereview.chromium.org/12230034

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182367 0039d316-1c4b-4281-b951-d872f2087c98
parent 7f357da5
...@@ -197,7 +197,7 @@ class BASE_EXPORT VerifierTraits { ...@@ -197,7 +197,7 @@ class BASE_EXPORT VerifierTraits {
DISALLOW_IMPLICIT_CONSTRUCTORS(VerifierTraits); DISALLOW_IMPLICIT_CONSTRUCTORS(VerifierTraits);
}; };
typedef GenericScopedHandle<HandleTraits, VerifierTraits> ScopedHandle; typedef GenericScopedHandle<HandleTraits, DummyVerifierTraits> ScopedHandle;
} // namespace win } // namespace win
} // namespace base } // namespace base
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment