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

Side by Side Diff: components/sync/protocol/attachments.proto

Issue 2130453004: [Sync] Move //sync to //components/sync. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 4 years, 4 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 unified diff | Download patch
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 // 4 //
5 // Sync protocol for attachments. 5 // Sync protocol for attachments.
6 6
7 // Update proto_{value,enum}_conversions{.h,.cc,_unittest.cc} if you change any 7 // Update proto_{value,enum}_conversions{.h,.cc,_unittest.cc} if you change any
8 // fields in this file. 8 // fields in this file.
9 9
10 syntax = "proto2"; 10 syntax = "proto2";
(...skipping 20 matching lines...) Expand all
31 // Indicates we know this attachment exists on the server. 31 // Indicates we know this attachment exists on the server.
32 optional bool is_on_server = 2; 32 optional bool is_on_server = 2;
33 } 33 }
34 34
35 // A collection of attachment metadata. This proto is part of EntryKernel's "on 35 // A collection of attachment metadata. This proto is part of EntryKernel's "on
36 // disk" representation. Private to sync. 36 // disk" representation. Private to sync.
37 message AttachmentMetadata { 37 message AttachmentMetadata {
38 // One record per attachment. 38 // One record per attachment.
39 repeated AttachmentMetadataRecord record = 1; 39 repeated AttachmentMetadataRecord record = 1;
40 } 40 }
OLDNEW
« no previous file with comments | « components/sync/protocol/article_specifics.proto ('k') | components/sync/protocol/autofill_specifics.proto » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698