Index: chrome/browser/profiles/profile.h |
diff --git a/chrome/browser/profiles/profile.h b/chrome/browser/profiles/profile.h |
index 39bff938d587d17a245fdf62c303a93dc50313a9..47298e40a8833fe7f34f0c0f8b389b74d419d723 100644 |
--- a/chrome/browser/profiles/profile.h |
+++ b/chrome/browser/profiles/profile.h |
@@ -86,6 +86,7 @@ class UserStyleSheetWatcher; |
class VisitedLinkEventListener; |
class VisitedLinkMaster; |
class WebDataService; |
+class WebIntentsRegistry; |
class PromoResourceService; |
#if !defined(OS_MACOSX) && !defined(OS_CHROMEOS) && defined(OS_POSIX) |
@@ -348,6 +349,10 @@ class Profile : public content::BrowserContext { |
// Returns the PersonalDataManager associated with this profile. |
virtual PersonalDataManager* GetPersonalDataManager() = 0; |
+ // Returns the WebIntentsRegistry associated with this profile. Owned by the |
+ // profile. |
+ virtual WebIntentsRegistry* GetWebIntentsRegistry() = 0; |
+ |
// Returns the FileSystemContext associated to this profile. The context |
// is lazily created the first time this method is called. This is owned |
// by the profile. |