Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2447)

Unified Diff: chrome/browser/renderer_host/safe_browsing_resource_throttle_factory.h

Issue 397853002: Refactor safe-browsing build-config definitions. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase to satiate trybots Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 4c1821e0b2bee8be2bc222cc0c6f0fac545feedd..5d110589e99c8dfddc2ade1a7fdba2c8383eea87 100644
--- a/chrome/browser/renderer_host/safe_browsing_resource_throttle_factory.h
+++ b/chrome/browser/renderer_host/safe_browsing_resource_throttle_factory.h
@@ -20,8 +20,8 @@ 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_DATABASE is enabled, a new SafeBrowsingResourceThrottle is
+// returned, or NULL if only SAFE_BROWSING_SERVICE is enabled.
class SafeBrowsingResourceThrottleFactory {
public:
// Registers a factory. Does not take the ownership of the factory. The

Powered by Google App Engine
This is Rietveld 408576698