| Index: chrome/browser/background_contents_service.h
 | 
| diff --git a/chrome/browser/background_contents_service.h b/chrome/browser/background_contents_service.h
 | 
| index 7fe16acbb4d25bbabfbfe23f62c4a8ccd0c1c37d..3a167c6587069e976db75f656a8464103083475c 100644
 | 
| --- a/chrome/browser/background_contents_service.h
 | 
| +++ b/chrome/browser/background_contents_service.h
 | 
| @@ -84,6 +84,8 @@ class BackgroundContentsService : private NotificationObserver,
 | 
|                             TestApplicationIDLinkage);
 | 
|    FRIEND_TEST_ALL_PREFIXES(TaskManagerBrowserTest,
 | 
|                             NoticeBGContentsChanges);
 | 
| +  FRIEND_TEST_ALL_PREFIXES(TaskManagerBrowserTest,
 | 
| +                           KillBGContents);
 | 
|  
 | 
|    // Registers for various notifications.
 | 
|    void StartObserving(Profile* profile);
 | 
| 
 |