summaryrefslogtreecommitdiffstats
path: root/net/filter
diff options
context:
space:
mode:
authorhashimoto <hashimoto@chromium.org>2015-01-08 21:02:50 -0800
committerCommit bot <commit-bot@chromium.org>2015-01-09 05:03:47 +0000
commit0d3e4fbd7d604683d977a9a6dc0a8f4f31f53047 (patch)
treec0cda1225ad7d0218eedd1b5ea265a2e144eba07 /net/filter
parent3ee652c48dec57cac2ceaabd4df6f4d915b7419f (diff)
downloadchromium_src-0d3e4fbd7d604683d977a9a6dc0a8f4f31f53047.zip
chromium_src-0d3e4fbd7d604683d977a9a6dc0a8f4f31f53047.tar.gz
chromium_src-0d3e4fbd7d604683d977a9a6dc0a8f4f31f53047.tar.bz2
net: Remove unused private data members
These unused members were found by locally changing DISALLOW_COPY_AND_ASSIGN to use "= delete" so that the compiler can be sure these members are not used in the copy ctor and operator=. BUG=447445 TEST=build Review URL: https://codereview.chromium.org/838203002 Cr-Commit-Position: refs/heads/master@{#310712}
Diffstat (limited to 'net/filter')
-rw-r--r--net/filter/mock_filter_context.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/filter/mock_filter_context.h b/net/filter/mock_filter_context.h
index 776a237..f66939d 100644
--- a/net/filter/mock_filter_context.h
+++ b/net/filter/mock_filter_context.h
@@ -78,7 +78,6 @@ class MockFilterContext : public FilterContext {
const BoundNetLog& GetNetLog() const override;
private:
- int buffer_size_;
std::string mime_type_;
std::string content_disposition_;
GURL gurl_;