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

Unified Diff: chrome_frame/extra_system_apis.h

Issue 6253003: Fix for the ChromeFrame DownloadFromForm test failures on the IE9 builder. Th... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 11 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 | « no previous file | chrome_frame/utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome_frame/extra_system_apis.h
===================================================================
--- chrome_frame/extra_system_apis.h (revision 71338)
+++ chrome_frame/extra_system_apis.h (working copy)
@@ -60,6 +60,16 @@
LPOLESTR url_fragment);
};
+// The IWebBrowserPriv2Common interface flavor for IE9 preview 2
+// (9.0.8073.6003)
+class IWebBrowserPriv2CommonIE9 : public IUnknown {
+ public:
+ STDMETHOD(NavigateWithBindCtx2)(IUri* uri, VARIANT* flags,
+ VARIANT* target_frame, VARIANT* post_data,
+ VARIANT* headers, IBindCtx* bind_ctx,
+ LPOLESTR url_fragment, DWORD unused1);
+};
+
// This interface is used to call FireBeforeNavigate with additional
// information like url. Available on IE7 onwards.
//
« no previous file with comments | « no previous file | chrome_frame/utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698