diff options
Diffstat (limited to 'chrome_frame/bind_context_info.h')
-rw-r--r-- | chrome_frame/bind_context_info.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome_frame/bind_context_info.h b/chrome_frame/bind_context_info.h index 1778604..4b08505 100644 --- a/chrome_frame/bind_context_info.h +++ b/chrome_frame/bind_context_info.h @@ -89,6 +89,10 @@ class __declspec(uuid("00000000-0000-0000-0000-000000000000")) BindContextInfo return prot_data_; } + bool has_prot_data() const { + return prot_data_.get() != NULL; + } + protected: STDMETHOD(GetCppObject)(void** me) { DCHECK(me); |