Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3829)

Unified Diff: ceee/ie/plugin/bho/infobar_browser_window.cc

Issue 4563001: Adding a privileged callback used in IE CF to check whether to show... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ceee/ie/plugin/bho/infobar_browser_window.h ('k') | ceee/ie/plugin/toolband/tool_band.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « ceee/ie/plugin/bho/infobar_browser_window.h ('k') | ceee/ie/plugin/toolband/tool_band.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698