blob: cc19398cdda5360e66d0014ce47e89ca94211233 [file] [log] [blame]
Avi Drissman4a8573c2022-09-09 19:35:541// Copyright 2022 The Chromium Authors
Carlos IL092a9055702022-03-16 15:53:262// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5syntax = "proto3";
6
7package chrome_browser_key_pinning;
8
9option optimize_for = LITE_RUNTIME;
10
11message KPTimestamp {
12 int64 seconds = 1;
13
14 int32 nanos = 2;
15}