Skip to content

Commit c8d8751

Browse files
author
rvargas
committed
Disable the scoped handle verifier (and close hook) for M-39
To be merged on 2171. BUG=418816 [email protected] [email protected] Review URL: https://codereview.chromium.org/616713002 Cr-Commit-Position: refs/heads/master@{#297319} (cherry picked from commit 20d9928) Review URL: https://codereview.chromium.org/618543002 Cr-Commit-Position: refs/branch-heads/2171@{#4} Cr-Branched-From: 267aeeb-refs/heads/master@{#297060}
1 parent 8dce388 commit c8d8751

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

chrome/app/close_handle_hook_win.cc

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -66,12 +66,6 @@ void CloseHandleHooks::Unpatch() {
6666
}
6767

6868
bool UseHooks() {
69-
chrome::VersionInfo::Channel channel = chrome::VersionInfo::GetChannel();
70-
if (channel == chrome::VersionInfo::CHANNEL_CANARY ||
71-
channel == chrome::VersionInfo::CHANNEL_DEV) {
72-
return true;
73-
}
74-
7569
return false;
7670
}
7771

0 commit comments

Comments
 (0)