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

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

Issue 2681643003: Expose DiscardTab() to MemoryCoordiantor (Closed)
Patch Set: comments Created 3 years, 10 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 | « no previous file | chrome/browser/memory/chrome_memory_coordinator_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 7efe7088f73c574a2718c3b7d2425c170ede2602..af512947858d4672a7f609832aa935e1a08d58c6 100644
--- a/chrome/browser/memory/chrome_memory_coordinator_delegate.h
+++ b/chrome/browser/memory/chrome_memory_coordinator_delegate.h
@@ -20,6 +20,7 @@ class ChromeMemoryCoordinatorDelegate
// MemoryCoordinatorDelegate implementation.
bool CanSuspendBackgroundedRenderer(int render_process_id) override;
+ void DiscardTab() override;
private:
ChromeMemoryCoordinatorDelegate();
« no previous file with comments | « no previous file | chrome/browser/memory/chrome_memory_coordinator_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698