summaryrefslogtreecommitdiff
path: root/chromium/components/feed/core/proto/v2/wire/chrome_fulfillment_info.proto
blob: 321b0a16b2ba48e6cd2ef2e6281c36f5dc4e71de (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// Copyright 2020 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

syntax = "proto2";

package feedwire;

import "components/feed/core/proto/v2/wire/info_card.proto";

option optimize_for = LITE_RUNTIME;

message ChromeFulfillmentInfo {
  optional bool notice_card_acknowledged = 1;
  repeated string acknowledged_notice_key = 2;
  repeated InfoCardTrackingState info_card_tracking_state = 3;
}