Skip to content

Commit 4276fc1

Browse files
Zekun JiangChromium LUCI CQ
authored andcommitted
Add cueing proto field to support associating prompt with cues.
Bug: 452391148 Change-Id: I7d6b887db301725759d8b72c84c6a7e3bcd5c245 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7056327 Commit-Queue: Zekun Jiang <[email protected]> Reviewed-by: Steven Holte <[email protected]> Cr-Commit-Position: refs/heads/main@{#1532398}
1 parent ca29fa5 commit 4276fc1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

components/optimization_guide/proto/contextual_cueing_metadata.proto

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,12 @@ message GlicCueingConfiguration {
6363
// This will always be non-empty.
6464
string cue_label = 1;
6565

66+
// This label will only be populated on eligible pages.
67+
string dynamic_cue_label = 4;
68+
69+
// The text to prefill in glic if a dynamic cue is clicked.
70+
string default_text = 5;
71+
6672
// The feature to launch with the cue.
6773
ContextualCueingFeature cue_feature = 3;
6874

0 commit comments

Comments
 (0)