summaryrefslogtreecommitdiffstats
path: root/base
diff options
context:
space:
mode:
authorrvargas@google.com <rvargas@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2014-08-20 19:38:20 +0000
committerrvargas@google.com <rvargas@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2014-08-20 19:39:40 +0000
commitf77ddef4a6018b226dba32399b540246cb90a544 (patch)
treee234e0fef77f8c02ef37cc4b21920454b0475554 /base
parentd4d772ea090aa8c073e93243ddee9c1258661cda (diff)
downloadchromium_src-f77ddef4a6018b226dba32399b540246cb90a544.zip
chromium_src-f77ddef4a6018b226dba32399b540246cb90a544.tar.gz
chromium_src-f77ddef4a6018b226dba32399b540246cb90a544.tar.bz2
Revert 290861 "Base: Disable the scoped handle verifier."
(the CL is only for the branch, not ToT) > Base: Disable the scoped handle verifier. > > This is intended for the M38 branch. (The verifier is not intended for > Beta/Stable) > > BUG=405224 > R=cpu@chromium.org > TBR=cpu@chromium.org > NOTRY=true > > Review URL: https://codereview.chromium.org/484293002 TBR=rvargas@chromium.org Review URL: https://codereview.chromium.org/495683002 Cr-Commit-Position: refs/heads/master@{#290892} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290892 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base')
-rw-r--r--base/win/scoped_handle.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/win/scoped_handle.h b/base/win/scoped_handle.h
index a85e08d..00063af 100644
--- a/base/win/scoped_handle.h
+++ b/base/win/scoped_handle.h
@@ -166,7 +166,7 @@ class BASE_EXPORT VerifierTraits {
DISALLOW_IMPLICIT_CONSTRUCTORS(VerifierTraits);
};
-typedef GenericScopedHandle<HandleTraits, DummyVerifierTraits> ScopedHandle;
+typedef GenericScopedHandle<HandleTraits, VerifierTraits> ScopedHandle;
} // namespace win
} // namespace base