Index: components/keyed_service/content/refcounted_browser_context_keyed_service_factory.h |
diff --git a/components/keyed_service/content/refcounted_browser_context_keyed_service_factory.h b/components/keyed_service/content/refcounted_browser_context_keyed_service_factory.h |
index 71d98b1538af4c6fa1a0180bbf4436b693e17a6a..57161f186fc71ba9a55adac6a8ef2defc9f655d5 100644 |
--- a/components/keyed_service/content/refcounted_browser_context_keyed_service_factory.h |
+++ b/components/keyed_service/content/refcounted_browser_context_keyed_service_factory.h |
@@ -36,10 +36,11 @@ class KEYED_SERVICE_EXPORT RefcountedBrowserContextKeyedServiceFactory |
typedef scoped_refptr<RefcountedBrowserContextKeyedService>( |
*TestingFactoryFunction)(content::BrowserContext* context); |
- // Associates |factory| with |context| so that |factory| is used to create |
- // the KeyedService when requested. |factory| can be NULL to signal that |
- // KeyedService should be NULL. Multiple calls to SetTestingFactory() are |
- // allowed; previous services will be shut down. |
+ // Associates |factory| with |context| so that |factory| is used to create the |
+ // KeyedService when requested. |factory| can be NULL to signal that the |
+ // KeyedService should be NULL. |context| can be NULL to signal that the |
+ // factory should be used for all contexts. Multiple calls to |
+ // SetTestingFactory() are allowed; previous services will be shut down. |
void SetTestingFactory(content::BrowserContext* context, |
TestingFactoryFunction factory); |