Commit 1fc88a28 authored by Jered Gray's avatar Jered Gray Committed by Commit Bot

Update PageHint comments to match optimizationguide.proto

Change-Id: I12818936e2ebd71c43e7ad42df4a3167f8a107b3
Reviewed-on: https://chromium-review.googlesource.com/c/1316249Reviewed-by: default avatarTarun Bansal <tbansal@chromium.org>
Commit-Queue: Jered Gray <jegray@chromium.org>
Cr-Commit-Position: refs/heads/master@{#605074}
parent a79ba985
...@@ -120,9 +120,10 @@ message PageHint { ...@@ -120,9 +120,10 @@ message PageHint {
// The maximum effective connection type threshold for triggering the // The maximum effective connection type threshold for triggering the
// optimization associated with this hint. // optimization associated with this hint.
optional EffectiveConnectionType max_ect_trigger = 2; optional EffectiveConnectionType max_ect_trigger = 2;
// An ordered list of optimizations that should be whitelisted for this page // An ordered set of optimizations that should be whitelisted for this page
// pattern. The client uses the first optimization in this list that is // pattern.
// enabled for it. //
// The client will use the first optimization that it supports.
repeated Optimization whitelisted_optimizations = 3; repeated Optimization whitelisted_optimizations = 3;
} }
......
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