diff options
Diffstat (limited to 'chrome_frame/utils.cc')
-rw-r--r-- | chrome_frame/utils.cc | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/chrome_frame/utils.cc b/chrome_frame/utils.cc index eff1331..294f044 100644 --- a/chrome_frame/utils.cc +++ b/chrome_frame/utils.cc @@ -1180,18 +1180,6 @@ bool IsTextHtmlClipFormat(CLIPFORMAT cf) { return cf == GetTextHtmlClipboardFormat(); } -ProtocolPatchMethod GetPatchMethod() { - ProtocolPatchMethod patch_method = - static_cast<ProtocolPatchMethod>( - GetConfigInt(PATCH_METHOD_INET_PROTOCOL, kPatchProtocols)); - return patch_method; -} - -bool IsIBrowserServicePatchEnabled() { - ProtocolPatchMethod patch_method = GetPatchMethod(); - return patch_method == PATCH_METHOD_IBROWSER; -} - bool IsSystemProcess() { bool is_system = false; CAccessToken process_token; |