Commit 55b9f947 authored by rvargas@google.com's avatar rvargas@google.com

Base: Disable the scoped handle verifier.

Intended for the beta channel.

BUG=143505
TEST=none
TBR=willchan@chromium.org
Review URL: https://chromiumcodereview.appspot.com/10857064

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152197 0039d316-1c4b-4281-b951-d872f2087c98
parent c37eec3e
...@@ -178,7 +178,7 @@ class BASE_EXPORT VerifierTraits { ...@@ -178,7 +178,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