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

Unified Diff: remoting/base/scoped_sc_handle_win.h

Issue 10453082: Base: Add a handle verifier to ScopedHandle. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 7 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
« base/win/scoped_handle.cc ('K') | « printing/backend/win_helper.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/base/scoped_sc_handle_win.h
===================================================================
--- remoting/base/scoped_sc_handle_win.h (revision 139138)
+++ remoting/base/scoped_sc_handle_win.h (working copy)
@@ -34,7 +34,8 @@
DISALLOW_IMPLICIT_CONSTRUCTORS(ScHandleTraits);
};
-typedef base::win::GenericScopedHandle<ScHandleTraits> ScopedScHandle;
+typedef base::win::GenericScopedHandle<
+ ScHandleTraits, base::win::DummyVerifierTraits> ScopedScHandle;
} // namespace remoting
« base/win/scoped_handle.cc ('K') | « printing/backend/win_helper.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698