Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1323)

Unified Diff: content/browser/memory/memory_monitor.cc

Issue 2374343002: Add MemoryCoordinatorImpl (Closed)
Patch Set: comments Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/browser/memory/memory_coordinator_unittest.cc ('k') | content/test/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/memory/memory_monitor.cc
diff --git a/content/browser/memory/memory_monitor.cc b/content/browser/memory/memory_monitor.cc
index 5e67c9cb5b30ad1bbbc7efeacabbe6b8586fce83..a9e168457df9f3a93972b4b80966682948e5c004 100644
--- a/content/browser/memory/memory_monitor.cc
+++ b/content/browser/memory/memory_monitor.cc
@@ -22,4 +22,12 @@ void MemoryMonitorDelegate::GetSystemMemoryInfo(
base::GetSystemMemoryInfo(mem_info);
}
+#if defined(OS_MACOSX)
+// TODO(bashi,bcwhite): Remove when memory monitor for mac is available.
+std::unique_ptr<MemoryMonitor> CreateMemoryMonitor() {
+ NOTREACHED();
+ return std::unique_ptr<MemoryMonitor>();
+}
+#endif
+
} // namespace content
« no previous file with comments | « content/browser/memory/memory_coordinator_unittest.cc ('k') | content/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698