| Index: content/public/browser/content_browser_client.h
 | 
| diff --git a/content/public/browser/content_browser_client.h b/content/public/browser/content_browser_client.h
 | 
| index 41b2214227a316659915ace32aa0cba16793de79..af10e538bb3f2d0737b60524f9ca5b30d67fbe6e 100644
 | 
| --- a/content/public/browser/content_browser_client.h
 | 
| +++ b/content/public/browser/content_browser_client.h
 | 
| @@ -114,6 +114,7 @@ class ExternalVideoSurfaceContainer;
 | 
|  class GpuProcessHost;
 | 
|  class LocationProvider;
 | 
|  class MediaObserver;
 | 
| +class MemoryCoordinatorDelegate;
 | 
|  class NavigationHandle;
 | 
|  class NavigationUIData;
 | 
|  class PlatformNotificationService;
 | 
| @@ -775,6 +776,10 @@ class CONTENT_EXPORT ContentBrowserClient {
 | 
|    virtual base::string16 GetAppContainerSidForSandboxType(
 | 
|        int sandbox_type) const;
 | 
|  #endif
 | 
| +
 | 
| +  // Returns an instance of MemoryCoordinatorDelegate.
 | 
| +  virtual std::unique_ptr<MemoryCoordinatorDelegate>
 | 
| +  GetMemoryCoordinatorDelegate();
 | 
|  };
 | 
|  
 | 
|  }  // namespace content
 | 
| 
 |