summaryrefslogtreecommitdiffstats
path: root/printing
diff options
context:
space:
mode:
authorrvargas@google.com <rvargas@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2012-06-04 23:15:34 +0000
committerrvargas@google.com <rvargas@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2012-06-04 23:15:34 +0000
commitdf1906f9501a7807ce512f5586df3ac508c825f7 (patch)
treea2c2614401e8025b7e6841cbb8f3d73d2840b3db /printing
parent8b61135340ddd15e31f8c8715ad4a05dc129d94d (diff)
downloadchromium_src-df1906f9501a7807ce512f5586df3ac508c825f7.zip
chromium_src-df1906f9501a7807ce512f5586df3ac508c825f7.tar.gz
chromium_src-df1906f9501a7807ce512f5586df3ac508c825f7.tar.bz2
Reland 139885 - Enable the handle verifier.
BUG=127931 TEST=none TBR=willchan, wez, abodenha Review URL: https://chromiumcodereview.appspot.com/10441124 TBR=rvargas@google.com Review URL: https://chromiumcodereview.appspot.com/10516004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@140417 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'printing')
-rw-r--r--printing/backend/win_helper.h3
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