Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(22)

Unified Diff: printing/backend/win_helper.h

Issue 1121233003: Replacing VerifierTraits with DummyVerifierTraits for non-kernel handles. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « device/bluetooth/bluetooth_low_energy_win.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: printing/backend/win_helper.h
diff --git a/printing/backend/win_helper.h b/printing/backend/win_helper.h
index c6665f40fc791d2770ed30c78f5ebd0fe4c95c20..fb7d20cd00a894b068077210cb472f7468403f60 100644
--- a/printing/backend/win_helper.h
+++ b/printing/backend/win_helper.h
@@ -44,7 +44,7 @@ class PrinterHandleTraits {
class ScopedPrinterHandle
: public base::win::GenericScopedHandle<PrinterHandleTraits,
- base::win::VerifierTraits> {
+ base::win::DummyVerifierTraits> {
public:
bool OpenPrinter(const wchar_t* printer) {
HANDLE temp_handle;
@@ -57,7 +57,7 @@ class ScopedPrinterHandle
private:
typedef base::win::GenericScopedHandle<PrinterHandleTraits,
- base::win::VerifierTraits> Base;
+ base::win::DummyVerifierTraits> Base;
};
class PrinterChangeHandleTraits {
« no previous file with comments | « device/bluetooth/bluetooth_low_energy_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698