Commit 20cc24b4 authored by jeremyim's avatar jeremyim Committed by Commit bot

Remove unused method from DataReductionProxyService.

BUG=467734

Review URL: https://codereview.chromium.org/1147743002

Cr-Commit-Position: refs/heads/master@{#330553}
parent 849974f5
...@@ -110,10 +110,6 @@ class DataReductionProxyService ...@@ -110,10 +110,6 @@ class DataReductionProxyService
return compression_stats_.get(); return compression_stats_.get();
} }
DataReductionProxySettings* settings() const {
return settings_;
}
DataReductionProxyEventStore* event_store() const { DataReductionProxyEventStore* event_store() const {
return event_store_.get(); return event_store_.get();
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment