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

Unified Diff: content/browser/memory/memory_coordinator_default_policy.h

Issue 2943603002: Remove MemoryCondition::WARNING (Closed)
Patch Set: rebase Created 3 years, 6 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: content/browser/memory/memory_coordinator_default_policy.h
diff --git a/content/browser/memory/memory_coordinator_default_policy.h b/content/browser/memory/memory_coordinator_default_policy.h
index 599b964d428e2e36895dc60c95a6bdcd77254252..3bc9fad48d9a4c174592ecb33ef6935a87863219 100644
--- a/content/browser/memory/memory_coordinator_default_policy.h
+++ b/content/browser/memory/memory_coordinator_default_policy.h
@@ -15,7 +15,6 @@ class MemoryCoordinatorDefaultPolicy : public MemoryCoordinatorImpl::Policy {
explicit MemoryCoordinatorDefaultPolicy(MemoryCoordinatorImpl* coordinator);
~MemoryCoordinatorDefaultPolicy() override;
- void OnWarningCondition() override;
void OnCriticalCondition() override;
void OnConditionChanged(MemoryCondition prev, MemoryCondition next) override;
void OnChildVisibilityChanged(int render_process_id,
« no previous file with comments | « content/browser/memory/memory_condition_observer.cc ('k') | content/browser/memory/memory_coordinator_default_policy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698