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

Unified Diff: net/sdch/sdch_owner.h

Issue 1749073002: Do V8 GC ASAP if system memory is pressured (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address comments Created 4 years, 8 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
Index: net/sdch/sdch_owner.h
diff --git a/net/sdch/sdch_owner.h b/net/sdch/sdch_owner.h
index 6af0bf01f0b54df5275c53e58abd4e510da3dfa5..ccbfa5f4f0506feeba9db93b8bc90fcc9df9348b 100644
--- a/net/sdch/sdch_owner.h
+++ b/net/sdch/sdch_owner.h
@@ -224,7 +224,7 @@ class NET_EXPORT SdchOwner : public SdchObserver {
size_t max_total_dictionary_size_;
size_t min_space_for_dictionary_fetch_;
- base::MemoryPressureListener memory_pressure_listener_;
+ base::MemoryPressureListener* memory_pressure_listener_;
// Dictionary persistence machinery.
// * |in_memory_pref_store_| is created on construction and used in the

Powered by Google App Engine
This is Rietveld 408576698