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

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

Issue 2739543002: Remove MemoryCoordinatorImpl::GetBrowserMemoryState() (Closed)
Patch Set: Created 3 years, 9 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 | « no previous file | 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 4b63fb4cc38d88fafcf566aba4e8a951b7e1c36e..09b0c9744e71d48a5c5406a3ff28d7b411a6da80 100644
--- a/content/browser/memory/memory_coordinator_impl.h
+++ b/content/browser/memory/memory_coordinator_impl.h
@@ -78,9 +78,6 @@ class CONTENT_EXPORT MemoryCoordinatorImpl : public base::MemoryCoordinator,
void RecordMemoryPressure(
base::MemoryPressureMonitor::MemoryPressureLevel level);
- // Returns the browser's current memory state.
- MemoryState GetBrowserMemoryState() const;
-
// base::MemoryCoordinator implementations:
MemoryState GetCurrentMemoryState() const override;
// Temporarily sets memory state of the browser process for testing.
« no previous file with comments | « no previous file | content/browser/memory/memory_coordinator_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698