diff options
author | rvargas@google.com <rvargas@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-31 22:05:23 +0000 |
---|---|---|
committer | rvargas@google.com <rvargas@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-31 22:05:23 +0000 |
commit | 25ce75d23f5cdab0860933915ab6122507afe0e3 (patch) | |
tree | 9090ab16cea0d6ef74b1c8127002139b6c0e0d5a /printing/backend | |
parent | 20322ca10771c6b24d961bfeedcc67f919bbb694 (diff) | |
download | chromium_src-25ce75d23f5cdab0860933915ab6122507afe0e3.zip chromium_src-25ce75d23f5cdab0860933915ab6122507afe0e3.tar.gz chromium_src-25ce75d23f5cdab0860933915ab6122507afe0e3.tar.bz2 |
Enable the handle verifier.
BUG=127931
TEST=none
TBR=willchan, wez, abodenha
Review URL: https://chromiumcodereview.appspot.com/10441124
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@139885 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'printing/backend')
-rw-r--r-- | printing/backend/win_helper.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/printing/backend/win_helper.h b/printing/backend/win_helper.h index abfe66c..497cfdb 100644 --- a/printing/backend/win_helper.h +++ b/printing/backend/win_helper.h @@ -43,8 +43,7 @@ class PrinterHandleTraits { }; typedef base::win::GenericScopedHandle< - PrinterHandleTraits, base::win::DummyVerifierTraits> ScopedPrinterHandle; - + PrinterHandleTraits, base::win::VerifierTraits> ScopedPrinterHandle; // Wrapper class to wrap the XPS APIs (PTxxx APIs). This is needed because these // APIs are not available by default on XP. We could delayload prntvpt.dll but |