summaryrefslogtreecommitdiffstats
path: root/chrome_frame/protocol_sink_wrap.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome_frame/protocol_sink_wrap.h')
-rw-r--r--chrome_frame/protocol_sink_wrap.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/chrome_frame/protocol_sink_wrap.h b/chrome_frame/protocol_sink_wrap.h
index 1d6c178..17f06bc 100644
--- a/chrome_frame/protocol_sink_wrap.h
+++ b/chrome_frame/protocol_sink_wrap.h
@@ -42,12 +42,6 @@ typedef HRESULT (STDMETHODCALLTYPE* InternetProtocol_UnlockRequest_Fn)(
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 @@ class ProtData : public base::RefCounted<ProtData> {
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.