diff options
Diffstat (limited to 'chrome_frame/urlmon_bind_status_callback.h')
-rw-r--r-- | chrome_frame/urlmon_bind_status_callback.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome_frame/urlmon_bind_status_callback.h b/chrome_frame/urlmon_bind_status_callback.h index 8b6fd3b..33e5a51 100644 --- a/chrome_frame/urlmon_bind_status_callback.h +++ b/chrome_frame/urlmon_bind_status_callback.h @@ -111,6 +111,10 @@ END_COM_MAP() STDMETHOD(OnStopBinding)(HRESULT hresult, LPCWSTR error); protected: + // is it a good time to start caching progress notifications + bool ShouldCacheProgress(ULONG status_code) const; + + protected: SniffData data_sniffer_; // A structure to cache the progress notifications |