summaryrefslogtreecommitdiffstats
path: root/chrome_frame/utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome_frame/utils.h')
-rw-r--r--chrome_frame/utils.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/chrome_frame/utils.h b/chrome_frame/utils.h
index bf8a33ec..ad5a335 100644
--- a/chrome_frame/utils.h
+++ b/chrome_frame/utils.h
@@ -31,7 +31,7 @@ extern const wchar_t kChromeMimeType[];
typedef enum ProtocolPatchMethod {
PATCH_METHOD_IBROWSER = 0,
PATCH_METHOD_INET_PROTOCOL, // 1
- PATCH_METHOD_IBROWSER_AND_MONIKER, // 2
+ PATCH_METHOD_MONIKER, // 2
};
// A REG_DWORD config value that maps to the ProtocolPatchMethod enum.
@@ -248,10 +248,6 @@ HRESULT DoQueryService(const IID& service_id, IUnknown* unk, T** service) {
return hr;
}
-// Get url (display name) from a moniker, |bind_context| is optional
-HRESULT GetUrlFromMoniker(IMoniker* moniker, IBindCtx* bind_context,
- std::wstring* url);
-
// Navigates an IWebBrowser2 object to a moniker.
// |headers| can be NULL.
HRESULT NavigateBrowserToMoniker(IUnknown* browser, IMoniker* moniker,