Popular sites on the NTP: check that experiment group StartsWith (rather than IS...
[chromium-blink-merge.git] / chrome / browser / android / proto / delta_file.proto
blobb76152f88203da06638dfe8be195928d0122008c
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.
7 syntax = "proto2";
9 option optimize_for = LITE_RUNTIME;
11 package history_report;
13 message DeltaFileEntry {
14   // Next ID to use: 4
15   optional int64 seq_no = 1;
16   optional string type = 2;
17   optional string url = 3;
20 message UsageReport {
21   // Next ID to use: 4
22   optional string id = 1;
23   optional int64 timestamp_ms = 2;
24   optional bool typed_visit = 3;