Commit 3d7fd31d authored by rvargas@google.com's avatar rvargas@google.com

Revert 152197 - 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

TBR=rvargas@google.com

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152354 0039d316-1c4b-4281-b951-d872f2087c98
parent 97648ffc
...@@ -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, 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