blob: 54c05e9f758066ad6d92069ebc7f6be811afa6fa [file] [log] [blame]
Scott Violet8af2ef72017-08-02 21:59:261// Copyright 2017 The Chromium Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5#include "content/public/browser/discardable_shared_memory_manager.h"
6
7#include "content/browser/browser_main_loop.h"
8
9namespace content {
10
11discardable_memory::DiscardableSharedMemoryManager*
12GetDiscardableSharedMemoryManager() {
13 return content::BrowserMainLoop::GetInstance()
14 ->discardable_shared_memory_manager();
15}
16
17} // namespace content