Commit 7542684f authored by rvargas@google.com's avatar rvargas@google.com

Revert 182367

> 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

TBR=rvargas@google.com
Review URL: https://codereview.chromium.org/12212181

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182372 0039d316-1c4b-4281-b951-d872f2087c98
parent 0f07a495
...@@ -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, DummyVerifierTraits> ScopedHandle; typedef GenericScopedHandle<HandleTraits, VerifierTraits> 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