Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(242)

Unified Diff: chrome/browser/android/proto/delta_file.proto

Issue 1141283003: Upstream oodles of Chrome for Android code into Chromium. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: final patch? Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/android/proto/delta_file.proto
diff --git a/chrome/browser/android/proto/delta_file.proto b/chrome/browser/android/proto/delta_file.proto
new file mode 100644
index 0000000000000000000000000000000000000000..b76152f88203da06638dfe8be195928d0122008c
--- /dev/null
+++ b/chrome/browser/android/proto/delta_file.proto
@@ -0,0 +1,25 @@
+// Copyright 2015 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.
+
+// Protocol buffer definition for a delta file.
+
+syntax = "proto2";
+
+option optimize_for = LITE_RUNTIME;
+
+package history_report;
+
+message DeltaFileEntry {
+ // Next ID to use: 4
+ optional int64 seq_no = 1;
+ optional string type = 2;
+ optional string url = 3;
+}
+
+message UsageReport {
+ // Next ID to use: 4
+ optional string id = 1;
+ optional int64 timestamp_ms = 2;
+ optional bool typed_visit = 3;
+}
« no previous file with comments | « chrome/browser/android/proto/client_discourse_context.proto ('k') | chrome/browser/android/rlz/revenue_stats.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698