| Index: content/browser/memory/memory_coordinator.h
|
| diff --git a/content/browser/memory/memory_coordinator.h b/content/browser/memory/memory_coordinator.h
|
| index 7d2cbd76361245525c74f55b5aa1234c31098c00..8d6af4fdd374835ea84d4ca6bce75a15a2a2abb7 100644
|
| --- a/content/browser/memory/memory_coordinator.h
|
| +++ b/content/browser/memory/memory_coordinator.h
|
| @@ -97,7 +97,9 @@ class CONTENT_EXPORT MemoryCoordinator {
|
|
|
| ChildInfoMap& children() { return children_; }
|
|
|
| -private:
|
| + MemoryCoordinatorDelegate* delegate() { return delegate_.get(); }
|
| +
|
| + private:
|
| // Helper function of CreateHandle and AddChildForTesting.
|
| void CreateChildInfoMapEntry(
|
| int render_process_id,
|
|
|