| 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();
|
|
|
|
|