From a64ba822079c824a867af42ecc047df4b3f0ba68 Mon Sep 17 00:00:00 2001 From: "gears.daemon" Date: Tue, 19 Feb 2008 23:00:25 +0000 Subject: [PATCH] [Author: kevinww] Fix build breakage for OFFICIAL_BUILD=1. PRESUBMIT=passed R=michaeln CC=google-gears-eng@googlegroups.com APPROVED=michaeln DELTA=4 (4 added, 0 deleted, 0 changed) OCL=6472420 SCL=6479383 git-svn-id: https://google-gears.googlecode.com/svn/trunk@981 fe895e04-df30-0410-9975-d76d301b4276 --- gears/httprequest/ie/httprequest_ie.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gears/httprequest/ie/httprequest_ie.h b/gears/httprequest/ie/httprequest_ie.h index 4853d4e..def11cf 100644 --- a/gears/httprequest/ie/httprequest_ie.h +++ b/gears/httprequest/ie/httprequest_ie.h @@ -94,8 +94,12 @@ class ATL_NO_VTABLE GearsHttpRequest virtual /* [propget] */ HRESULT STDMETHODCALLTYPE get_responseText( /* [retval][out] */ BSTR *body); +#ifdef OFFICIAL_BUILD + // Blob support is not ready for prime time yet +#else virtual /* [propget] */ HRESULT STDMETHODCALLTYPE get_responseBlob( /* [retval][out] */ IUnknown **blob); +#endif virtual /* [propget] */ HRESULT STDMETHODCALLTYPE get_status( /* [retval][out] */ int *statusCode); -- 2.11.4.GIT