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

Unified Diff: chrome_frame/chrome_tab.idl

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 | « chrome_frame/chrome_frame_npapi.cc ('k') | chrome_frame/np_browser_functions.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome_frame/chrome_tab.idl
===================================================================
--- chrome_frame/chrome_tab.idl (revision 65052)
+++ chrome_frame/chrome_tab.idl (working copy)
@@ -95,7 +95,7 @@
[
object,
- uuid(655A11E0-EF63-4fbe-9DF6-C182D2FCD6DC),
+ uuid(8AD52429-3CE0-4883-BC69-2DFA055D20D4),
oleautomation,
nonextensible,
hidden,
@@ -113,6 +113,10 @@
// Return S_FALSE to leave the default, which is to not automate any
// functions.
HRESULT GetExtensionApisToAutomate([out] BSTR *extension_apis);
+ // Called when an automation version mismatch occurs. Returns S_OK if
+ // a dialog should be showed to the user by this CF instance, S_FALSE if
+ // not.
+ HRESULT ShouldShowVersionMismatchDialog();
};
// Expose this service to the ChromeFrame control to trigger privileged
« no previous file with comments | « chrome_frame/chrome_frame_npapi.cc ('k') | chrome_frame/np_browser_functions.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698