Index: net/proxy/proxy_resolver.h |
diff --git a/net/proxy/proxy_resolver.h b/net/proxy/proxy_resolver.h |
index 9220f5ea33ebf34149f60a682d4f8a648509c7ff..fcc2395f5129d2444f9a1dcd0916a30ce6133254 100644 |
--- a/net/proxy/proxy_resolver.h |
+++ b/net/proxy/proxy_resolver.h |
@@ -54,10 +54,7 @@ class ProxyResolver { |
// contain the actual script bytes rather than just the URL. |
bool expects_pac_bytes() const { return expects_pac_bytes_; } |
- // TODO(eroman): Make this =0. |
- virtual void CancelSetPacScript() { |
- NOTREACHED(); |
- } |
+ virtual void CancelSetPacScript() = 0; |
// Frees any unneeded memory held by the resolver, e.g. garbage in the JS |
// engine. Most subclasses don't need to do anything, so we provide a default |