Commit 51d5f291 authored by rvargas's avatar rvargas Committed by Commit bot

Remove ScopedHandle operator Handle()

BUG=416722
R=cpu@chromium.org

Review URL: https://codereview.chromium.org/618523002

Cr-Commit-Position: refs/heads/master@{#297447}
parent d4dcb8a3
......@@ -80,10 +80,6 @@ class GenericScopedHandle {
return handle_;
}
operator Handle() const {
return handle_;
}
// Transfers ownership away from this object.
Handle Take() {
Handle temp = handle_;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment