Index: chrome/browser/intents/web_intents_registry_factory.h |
diff --git a/chrome/browser/intents/web_intents_registry_factory.h b/chrome/browser/intents/web_intents_registry_factory.h |
index 4827097befa34c1ad01478b448eb224e50267b3a..05ea36b8b2c60314bafa43ec1edb39682a519f56 100644 |
--- a/chrome/browser/intents/web_intents_registry_factory.h |
+++ b/chrome/browser/intents/web_intents_registry_factory.h |
@@ -18,7 +18,7 @@ class WebIntentsRegistry; |
class WebIntentsRegistryFactory : public ProfileKeyedServiceFactory { |
public: |
// Returns the WebIntentsRegistry that provides intent registration for |
- // |profile|. |
+ // |profile|. Ownership stays with this factory object. |
static WebIntentsRegistry* GetForProfile(Profile* profile); |
// Returns the singleton instance of the WebIntentsRegistryFactory. |