| Index: components/data_reduction_proxy/core/common/data_reduction_proxy_event_store.cc
|
| diff --git a/components/data_reduction_proxy/core/common/data_reduction_proxy_event_store.cc b/components/data_reduction_proxy/core/common/data_reduction_proxy_event_store.cc
|
| index b3f8cd8a42c768e486e0ecfb779d8830dfa0e0c2..6ecdd888879411ae2707c95f3ff161ccad64eabf 100644
|
| --- a/components/data_reduction_proxy/core/common/data_reduction_proxy_event_store.cc
|
| +++ b/components/data_reduction_proxy/core/common/data_reduction_proxy_event_store.cc
|
| @@ -274,6 +274,9 @@ std::string DataReductionProxyEventStore::SanitizedLastBypassEvent() const {
|
| }
|
| }
|
|
|
| + if (params_dict->GetString("method", &str_value))
|
| + last_bypass->SetString("method", str_value);
|
| +
|
| if (params_dict->GetString("url", &str_value)) {
|
| GURL url(str_value);
|
| if (truncate_url_to_host) {
|
|
|