diff options
Diffstat (limited to 'chrome/browser/profiles/profile.h')
-rw-r--r-- | chrome/browser/profiles/profile.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/chrome/browser/profiles/profile.h b/chrome/browser/profiles/profile.h index 976eacd..2f09b1c 100644 --- a/chrome/browser/profiles/profile.h +++ b/chrome/browser/profiles/profile.h @@ -50,7 +50,7 @@ class BrowserSignin; class BrowserThemeProvider; class ChromeAppCacheService; class ChromeBlobStorageContext; -class ChromeURLRequestContextGetter; +class ChromeURLDataManager; class CloudPrintProxyService; class DesktopNotificationService; class DownloadManager; @@ -497,6 +497,9 @@ class Profile { // Gets the policy context associated with this profile. virtual policy::ProfilePolicyContext* GetPolicyContext() = 0; + // Returns the ChromeURLDataManager for this profile. + virtual ChromeURLDataManager* GetChromeURLDataManager() = 0; + #if defined(OS_CHROMEOS) enum AppLocaleChangedVia { // Caused by chrome://settings change. |