Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(37)

Unified Diff: components/data_reduction_proxy/proto/pageload_metrics.proto

Issue 2934543002: Sending a page load pingback to data saver for holdback users (Closed)
Patch Set: Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: components/data_reduction_proxy/proto/pageload_metrics.proto
diff --git a/components/data_reduction_proxy/proto/pageload_metrics.proto b/components/data_reduction_proxy/proto/pageload_metrics.proto
index 1725604afaef25d3097ed64780dd64c7ea059698..85cc42e6dcc3ccde1213e71dd21857cd9dca4475 100644
--- a/components/data_reduction_proxy/proto/pageload_metrics.proto
+++ b/components/data_reduction_proxy/proto/pageload_metrics.proto
@@ -101,4 +101,8 @@ message PageloadMetrics {
// The previews type that was used on the page.
optional PreviewsType previews_type = 18;
+
+ // Whether the user is included in the data reduction proxy holdback
+ // experiment.
+ optional bool holdback_experiment = 19;
buettner 2017/06/09 17:17:52 Just, "holdback"?
}

Powered by Google App Engine
This is Rietveld 408576698