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

Unified Diff: chrome_frame/chrome_tab.idl

Issue 10783007: Add rudimentary support in the ChromeFrame ActiveX to enable it work in a generic client site, i.e. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 5 months 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_activex.cc ('k') | no next file » | 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 144002)
+++ chrome_frame/chrome_tab.idl (working copy)
@@ -102,6 +102,9 @@
// a dialog should be showed to the user by this CF instance, S_FALSE if
// not.
HRESULT ShouldShowVersionMismatchDialog();
+ // Allows the host to return the navigation url during the creation of the
+ // ChromeFrameActiveX instance.
+ HRESULT GetNavigationUrl([out] BSTR* url);
};
// Expose this service to the ChromeFrame control to trigger privileged
« no previous file with comments | « chrome_frame/chrome_frame_activex.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698