diff options
Diffstat (limited to 'ceee/ie/common/chrome_frame_host.cc')
-rw-r--r-- | ceee/ie/common/chrome_frame_host.cc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ceee/ie/common/chrome_frame_host.cc b/ceee/ie/common/chrome_frame_host.cc index 77c0bc9..66e8efc 100644 --- a/ceee/ie/common/chrome_frame_host.cc +++ b/ceee/ie/common/chrome_frame_host.cc @@ -107,6 +107,11 @@ STDMETHODIMP ChromeFrameHost::GetExtensionApisToAutomate( return hr; } +STDMETHODIMP ChromeFrameHost::ShouldShowVersionMismatchDialog() { + // Only our toolband allows the notification dialog to be shown. + return S_FALSE; +} + HRESULT ChromeFrameHost::Initialize() { return S_OK; } |