summaryrefslogtreecommitdiffstats
path: root/net/sdch/sdch_owner.h
diff options
context:
space:
mode:
authorrmcilroy <rmcilroy@chromium.org>2015-02-27 18:24:32 -0800
committerCommit bot <commit-bot@chromium.org>2015-02-28 02:25:13 +0000
commit9ead5677d87d725b68971f0464a423e7af22634c (patch)
tree593c3837f55cb3ec95129432c187ba168d279dda /net/sdch/sdch_owner.h
parent7c7296f4dcb7e32fa4440b333a40a37699f517b1 (diff)
downloadchromium_src-9ead5677d87d725b68971f0464a423e7af22634c.zip
chromium_src-9ead5677d87d725b68971f0464a423e7af22634c.tar.gz
chromium_src-9ead5677d87d725b68971f0464a423e7af22634c.tar.bz2
[net]: Disable SdchOwner's MemoryPressureListener to investigate http://crbug.com/447208.
BUG=447208 NOPRESUBMIT=true Review URL: https://codereview.chromium.org/962313003 Cr-Commit-Position: refs/heads/master@{#318575}
Diffstat (limited to 'net/sdch/sdch_owner.h')
-rw-r--r--net/sdch/sdch_owner.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/sdch/sdch_owner.h b/net/sdch/sdch_owner.h
index 93ef972..e75c780 100644
--- a/net/sdch/sdch_owner.h
+++ b/net/sdch/sdch_owner.h
@@ -92,7 +92,8 @@ class NET_EXPORT SdchOwner : public net::SdchObserver {
unsigned int destroyed_;
#endif
- base::MemoryPressureListener memory_pressure_listener_;
+ // TODO(rmcilroy) Add back memory_pressure_listener_ when
+ // http://crbug.com/447208 is fixed
DISALLOW_COPY_AND_ASSIGN(SdchOwner);
};