Index: chrome_frame/protocol_sink_wrap.h |
=================================================================== |
--- chrome_frame/protocol_sink_wrap.h (revision 75628) |
+++ chrome_frame/protocol_sink_wrap.h (working copy) |
@@ -130,6 +130,10 @@ |
// Removes the mapping between the protocol and the ProtData. |
void Invalidate(); |
+ const std::wstring& url() const { |
+ return url_; |
+ } |
+ |
private: |
typedef std::map<IInternetProtocol*, ProtData*> ProtocolDataMap; |
static ProtocolDataMap datamap_; |