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

Unified Diff: chrome/browser/memory/chrome_memory_coordinator_delegate.h

Issue 2763933002: memory coordinator: Purge memory under memory pressure (Closed)
Patch Set: Use int64_t Created 3 years, 9 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
Index: chrome/browser/memory/chrome_memory_coordinator_delegate.h
diff --git a/chrome/browser/memory/chrome_memory_coordinator_delegate.h b/chrome/browser/memory/chrome_memory_coordinator_delegate.h
index af512947858d4672a7f609832aa935e1a08d58c6..daec9e3a4fe9b5e2b62c41d5e5f3247d1a112211 100644
--- a/chrome/browser/memory/chrome_memory_coordinator_delegate.h
+++ b/chrome/browser/memory/chrome_memory_coordinator_delegate.h
@@ -20,7 +20,7 @@ class ChromeMemoryCoordinatorDelegate
// MemoryCoordinatorDelegate implementation.
bool CanSuspendBackgroundedRenderer(int render_process_id) override;
- void DiscardTab() override;
+ bool DiscardTab() override;
private:
ChromeMemoryCoordinatorDelegate();
« no previous file with comments | « no previous file | chrome/browser/memory/chrome_memory_coordinator_delegate.cc » ('j') | chrome/browser/memory/tab_manager.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698