Commit 36076760 authored by jeremyim's avatar jeremyim Committed by Commit bot

Add HTTPS specific UMA for data reduction proxy requests

BUG=374264

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

Cr-Commit-Position: refs/heads/master@{#302701}
parent 498547a3
This diff is collapsed.
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
#define CHROME_RENDERER_PAGE_LOAD_HISTOGRAMS_H_ #define CHROME_RENDERER_PAGE_LOAD_HISTOGRAMS_H_
#include "base/basictypes.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" #include "content/public/renderer/render_view_observer.h"
namespace content { namespace content {
...@@ -45,6 +46,8 @@ class PageLoadHistograms : public content::RenderViewObserver { ...@@ -45,6 +46,8 @@ class PageLoadHistograms : public content::RenderViewObserver {
void LogPageLoadTime(const content::DocumentState* load_times, void LogPageLoadTime(const content::DocumentState* load_times,
const blink::WebDataSource* ds) const; const blink::WebDataSource* ds) const;
data_reduction_proxy::DataReductionProxyParams data_reduction_proxy_params_;
DISALLOW_COPY_AND_ASSIGN(PageLoadHistograms); DISALLOW_COPY_AND_ASSIGN(PageLoadHistograms);
}; };
......
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