1 // Copyright 2015 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 // Protocol buffer definition for a delta file.
9 option optimize_for = LITE_RUNTIME;
11 package history_report;
13 message DeltaFileEntry {
15 optional int64 seq_no = 1;
16 optional string type = 2;
17 optional string url = 3;
22 optional string id = 1;
23 optional int64 timestamp_ms = 2;
24 optional bool typed_visit = 3;