| Index: chrome/browser/profiles/profile.h
|
| diff --git a/chrome/browser/profiles/profile.h b/chrome/browser/profiles/profile.h
|
| index 92d14ab0a146e4d28c39d82eeae55ae44c38b05f..9c5df2ec1291c292d0f271d5920f6497dbb3bbdd 100644
|
| --- a/chrome/browser/profiles/profile.h
|
| +++ b/chrome/browser/profiles/profile.h
|
| @@ -42,7 +42,6 @@ class DatabaseTracker;
|
| }
|
|
|
| class AutocompleteClassifier;
|
| -class BackgroundContentsService;
|
| class BookmarkModel;
|
| class BrowserSignin;
|
| class ChromeAppCacheService;
|
| @@ -449,9 +448,6 @@ class Profile {
|
| // Returns the WebKitContext assigned to this profile.
|
| virtual WebKitContext* GetWebKitContext() = 0;
|
|
|
| - // Returns the service that manages BackgroundContents for this profile.
|
| - virtual BackgroundContentsService* GetBackgroundContentsService() const = 0;
|
| -
|
| // Returns the StatusTray, which provides an API for displaying status icons
|
| // in the system status tray. Returns NULL if status icons are not supported
|
| // on this platform (or this is a unit test).
|
|
|