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

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

Issue 2518653002: memory coordinator: Set variation parameters if available (Closed)
Patch Set: 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
Index: content/browser/memory/memory_coordinator.h
diff --git a/content/browser/memory/memory_coordinator.h b/content/browser/memory/memory_coordinator.h
index 7d2cbd76361245525c74f55b5aa1234c31098c00..8d6af4fdd374835ea84d4ca6bce75a15a2a2abb7 100644
--- a/content/browser/memory/memory_coordinator.h
+++ b/content/browser/memory/memory_coordinator.h
@@ -97,7 +97,9 @@ class CONTENT_EXPORT MemoryCoordinator {
ChildInfoMap& children() { return children_; }
-private:
+ MemoryCoordinatorDelegate* delegate() { return delegate_.get(); }
+
+ private:
// Helper function of CreateHandle and AddChildForTesting.
void CreateChildInfoMapEntry(
int render_process_id,

Powered by Google App Engine
This is Rietveld 408576698