diff options
author | rdsmith <rdsmith@chromium.org> | 2015-02-20 11:20:44 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-02-20 19:21:14 +0000 |
commit | f5047a459f754c9b64004b00fe00adfdd8d0b37a (patch) | |
tree | f799bf8d3820566f8e686c874fc76fb1071a5198 /net/sdch/sdch_owner.h | |
parent | 6d39a934e383d2234dfc5db3a1d541417eb2c36f (diff) | |
download | chromium_src-f5047a459f754c9b64004b00fe00adfdd8d0b37a.zip chromium_src-f5047a459f754c9b64004b00fe00adfdd8d0b37a.tar.gz chromium_src-f5047a459f754c9b64004b00fe00adfdd8d0b37a.tar.bz2 |
Instrument SdchOwner for clock nullification.
BUG=454198
R=ellyjones@chromium.org
Review URL: https://codereview.chromium.org/935073003
Cr-Commit-Position: refs/heads/master@{#317364}
Diffstat (limited to 'net/sdch/sdch_owner.h')
-rw-r--r-- | net/sdch/sdch_owner.h | 5 |
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); |