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

Unified Diff: ceee/ie/plugin/toolband/tool_band.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/toolband/tool_band.h ('k') | ceee/ie/plugin/toolband/toolband.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ceee/ie/plugin/toolband/tool_band.cc
===================================================================
--- ceee/ie/plugin/toolband/tool_band.cc (revision 65052)
+++ ceee/ie/plugin/toolband/tool_band.cc (working copy)
@@ -234,6 +234,12 @@
return S_FALSE;
}
+STDMETHODIMP ToolBand::ShouldShowVersionMismatchDialog() {
+ // Only the toolband shows the warning dialog, meaning it gets shown once
+ // per tab.
+ return S_OK;
+}
+
HRESULT ToolBand::Initialize(IUnknown* site) {
TRACE_EVENT_INSTANT("ceee.toolband.initialize", this, "");
« no previous file with comments | « ceee/ie/plugin/toolband/tool_band.h ('k') | ceee/ie/plugin/toolband/toolband.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698