Index: chrome_frame/protocol_sink_wrap.h |
=================================================================== |
--- chrome_frame/protocol_sink_wrap.h (revision 60165) |
+++ chrome_frame/protocol_sink_wrap.h (working copy) |
@@ -42,12 +42,6 @@ |
IInternetProtocol* this_object); |
-enum RendererType { |
- UNDETERMINED, |
- CHROME, |
- OTHER |
-}; |
- |
class ProtData; |
// A class to wrap protocol sink in IInternetProtocol::Start[Ex] for |
@@ -144,7 +138,7 @@ |
static ProtocolDataMap datamap_; |
static Lock datamap_lock_; |
- // Url we are retrieving. Used for IsOptInUrl() only. |
+ // Url we are retrieving. Used for RendererTypeForUrl() only. |
std::wstring url_; |
// HTTP "Referrer" header if we detect are going to switch. |
// We have to save and pass it to Chrome, so scripts can read it via DOM. |