blob: 25b7b480ef3070b2a4bcb5b04cd00572251307f2 [file] [log] [blame]
// Copyright 2014 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef IOS_CHROME_APP_MEMORY_MONITOR_H_
#define IOS_CHROME_APP_MEMORY_MONITOR_H_
// Starts the memory monitor that periodically updates the amount of free
// memory and free disk space in the background.
void StartFreeMemoryMonitor();
#endif // IOS_CHROME_APP_MEMORY_MONITOR_H_