Index: chrome/browser/renderer_host/safe_browsing_resource_throttle_factory.h |
diff --git a/chrome/browser/renderer_host/safe_browsing_resource_throttle_factory.h b/chrome/browser/renderer_host/safe_browsing_resource_throttle_factory.h |
index 9786850cb61d33a6dad1dabbc290fc9bea0b286c..89c5395101322ce8a0404f85f2898166b638471c 100644 |
--- a/chrome/browser/renderer_host/safe_browsing_resource_throttle_factory.h |
+++ b/chrome/browser/renderer_host/safe_browsing_resource_throttle_factory.h |
@@ -21,8 +21,10 @@ class URLRequest; |
// Factory for creating a SafeBrowsingResourceThrottle. If a factory is |
// registered, the factory's CreateResourceThrottle() is called. Otherwise, |
-// when FULL_SAFE_BROWSING is enabled, a new SafeBrowsingResourceThrottle is |
-// returned, or NULL if MOBILE_SAFE_BROWSING is enabled. |
+// when SAFE_BROWSING_DB_LOCAL is enabled, a new |
+// SafeBrowsingResourceThrottle is returned, or NULL if only |
+// SAFE_BROWSING_SERVICE is enabled. |
+// TODO(nparker): Add support SAFE_BROWSING_DB_REMOTE |
class SafeBrowsingResourceThrottleFactory { |
public: |
// Registers a factory. Does not take the ownership of the factory. The |