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

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

Issue 2448953002: Add MemoryCoordinatorProxy::SetCurrentMemoryStateForTesting (Closed)
Patch Set: Add tests Created 4 years, 2 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 | « content/browser/memory/memory_coordinator.cc ('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 3f119f65958c79bd03f249c8908b208c097e20ff..f9792a8c67a7acca64f85fd57f6e6942d2f44f00 100644
--- a/content/browser/memory/memory_coordinator_impl.h
+++ b/content/browser/memory/memory_coordinator_impl.h
@@ -51,6 +51,7 @@ class CONTENT_EXPORT MemoryCoordinatorImpl : public MemoryCoordinator,
MemoryMonitor* memory_monitor() { return memory_monitor_.get(); }
base::MemoryState GetCurrentMemoryState() const override;
+ void SetCurrentMemoryStateForTesting(base::MemoryState memory_state) override;
// NotificationObserver implementation:
void Observe(int type,
@@ -60,6 +61,7 @@ class CONTENT_EXPORT MemoryCoordinatorImpl : public MemoryCoordinator,
private:
FRIEND_TEST_ALL_PREFIXES(MemoryCoordinatorImplTest, CalculateNextState);
FRIEND_TEST_ALL_PREFIXES(MemoryCoordinatorImplTest, UpdateState);
+ FRIEND_TEST_ALL_PREFIXES(MemoryCoordinatorImplTest, SetMemoryStateForTesting);
friend struct MemoryCoordinatorSingletonTraits;
« no previous file with comments | « content/browser/memory/memory_coordinator.cc ('k') | content/browser/memory/memory_coordinator_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698