Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / custom_handlers / protocol_handler_registry_factory.h
index 63b02b3..6b9c6a5 100644 (file)
@@ -23,8 +23,9 @@ class ProtocolHandlerRegistryFactory
   static ProtocolHandlerRegistryFactory* GetInstance();
 
   // Returns the ProtocolHandlerRegistry that provides intent registration for
-  // |profile|. Ownership stays with this factory object.
-  static ProtocolHandlerRegistry* GetForProfile(Profile* profile);
+  // |context|. Ownership stays with this factory object.
+  static ProtocolHandlerRegistry* GetForBrowserContext(
+      content::BrowserContext* context);
 
  protected:
   // BrowserContextKeyedServiceFactory implementation.