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

Unified Diff: chrome/browser/intents/web_intents_registry_factory.h

Issue 7624012: First pass on intents options UI. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Init values right. Created 9 years, 4 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/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.
« no previous file with comments | « chrome/browser/intents/web_intents_registry.h ('k') | chrome/browser/resources/options/content_settings.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698