Index: ceee/ie/plugin/bho/infobar_browser_window.cc |
=================================================================== |
--- ceee/ie/plugin/bho/infobar_browser_window.cc (revision 65052) |
+++ ceee/ie/plugin/bho/infobar_browser_window.cc (working copy) |
@@ -64,6 +64,11 @@ |
return S_FALSE; |
} |
+STDMETHODIMP InfobarBrowserWindow::ShouldShowVersionMismatchDialog() { |
+ // Only our toolband allows the notification dialog to be shown. |
+ return S_FALSE; |
+} |
+ |
STDMETHODIMP_(void) InfobarBrowserWindow::OnCfReadyStateChanged(LONG state) { |
if (state == READYSTATE_COMPLETE) { |
// We already loaded the extension, enable them in this CF. |