| Index: chrome/renderer/page_load_histograms.h
|
| diff --git a/chrome/renderer/page_load_histograms.h b/chrome/renderer/page_load_histograms.h
|
| index 7f524448b7b2ad330978e28ac4aa2db282bb03a2..5f87345f852dffa1681ca10bca897b53f31a288e 100644
|
| --- a/chrome/renderer/page_load_histograms.h
|
| +++ b/chrome/renderer/page_load_histograms.h
|
| @@ -6,6 +6,7 @@
|
| #define CHROME_RENDERER_PAGE_LOAD_HISTOGRAMS_H_
|
|
|
| #include "base/basictypes.h"
|
| +#include "components/data_reduction_proxy/core/common/data_reduction_proxy_params.h"
|
| #include "content/public/renderer/render_view_observer.h"
|
|
|
| namespace content {
|
| @@ -45,6 +46,8 @@ class PageLoadHistograms : public content::RenderViewObserver {
|
| void LogPageLoadTime(const content::DocumentState* load_times,
|
| const blink::WebDataSource* ds) const;
|
|
|
| + data_reduction_proxy::DataReductionProxyParams data_reduction_proxy_params_;
|
| +
|
| DISALLOW_COPY_AND_ASSIGN(PageLoadHistograms);
|
| };
|
|
|
|
|