| Index: content/browser/memory/memory_coordinator.h
|
| diff --git a/content/browser/memory/memory_coordinator.h b/content/browser/memory/memory_coordinator.h
|
| index 9ee0512172fc74fdc04d380115b0093323f2330d..3d06a38b5af41b07f8e476f7adedae61d7af9469 100644
|
| --- a/content/browser/memory/memory_coordinator.h
|
| +++ b/content/browser/memory/memory_coordinator.h
|
| @@ -105,6 +105,8 @@ class CONTENT_EXPORT MemoryCoordinator {
|
| FRIEND_TEST_ALL_PREFIXES(MemoryCoordinatorTest, HandleAdded);
|
| FRIEND_TEST_ALL_PREFIXES(MemoryCoordinatorTest, CanSuspendRenderer);
|
| FRIEND_TEST_ALL_PREFIXES(MemoryCoordinatorTest, CanThrottleRenderer);
|
| + FRIEND_TEST_ALL_PREFIXES(MemoryCoordinatorWithServiceWorkerTest,
|
| + CannotSuspendRendererWithServiceWorker);
|
| #endif
|
| FRIEND_TEST_ALL_PREFIXES(MemoryCoordinatorTest,
|
| ChildRemovedOnConnectionError);
|
|
|