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

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

Issue 2518653002: memory coordinator: Set variation parameters if available (Closed)
Patch Set: Add DEPS Created 4 years, 1 month 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/DEPS ('k') | content/browser/memory/memory_coordinator_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/memory/memory_coordinator_impl.h
diff --git a/content/browser/memory/memory_coordinator_impl.h b/content/browser/memory/memory_coordinator_impl.h
index b86cc61be7a0a6aff3e6a712a68279e5168851b2..7dbe5c6fceb9e7d8a0738db8b13f8003ec916354 100644
--- a/content/browser/memory/memory_coordinator_impl.h
+++ b/content/browser/memory/memory_coordinator_impl.h
@@ -97,6 +97,9 @@ class CONTENT_EXPORT MemoryCoordinatorImpl : public MemoryCoordinator,
base::MemoryState current_state_ = MemoryState::NORMAL;
base::TimeTicks last_state_change_;
+ // Sets up parameters for the heuristic.
+ void InitializeParameters();
+
// Validates parameters defined below.
bool ValidateParameters();
« no previous file with comments | « content/browser/memory/DEPS ('k') | content/browser/memory/memory_coordinator_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698