summaryrefslogtreecommitdiffstats
path: root/net/sdch/sdch_owner.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/sdch/sdch_owner.h')
-rw-r--r--net/sdch/sdch_owner.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/net/sdch/sdch_owner.h b/net/sdch/sdch_owner.h
index 9620326..93ef972 100644
--- a/net/sdch/sdch_owner.h
+++ b/net/sdch/sdch_owner.h
@@ -87,6 +87,11 @@ class NET_EXPORT SdchOwner : public net::SdchObserver {
size_t max_total_dictionary_size_;
size_t min_space_for_dictionary_fetch_;
+#if defined(OS_CHROMEOS)
+ // For debugging http://crbug.com/454198; remove when resolved.
+ unsigned int destroyed_;
+#endif
+
base::MemoryPressureListener memory_pressure_listener_;
DISALLOW_COPY_AND_ASSIGN(SdchOwner);