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

Unified Diff: chrome_frame/urlmon_moniker.cc

Issue 976007: Don't assume that the mime type for documents that mshtml rejects is CF (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years, 9 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
Index: chrome_frame/urlmon_moniker.cc
===================================================================
--- chrome_frame/urlmon_moniker.cc (revision 42653)
+++ chrome_frame/urlmon_moniker.cc (working copy)
@@ -486,7 +486,7 @@
IMoniker* me, IBindCtx* bind_ctx,
IMoniker* to_left, REFIID iid, void** obj) {
DLOG(INFO) << __FUNCTION__;
- DCHECK(iid == IID_IStream);
+ DCHECK(iid == IID_IStream || iid == IID_IUnknown);
DCHECK(to_left == NULL);
HRESULT hr = E_UNEXPECTED;
« chrome_frame/urlmon_bind_status_callback.cc ('K') | « chrome_frame/urlmon_bind_status_callback.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698