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

Side by Side Diff: chrome/browser/sync_file_system/sync_file_system.proto

Issue 11359146: Revert "Linux: change protobuf default option to allow building" (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 1 month 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 (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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 // Protocol buffer definitions for Syncable FileSystem. 5 // Protocol buffer definitions for Syncable FileSystem.
6 6
7 syntax = "proto2"; 7 syntax = "proto2";
8 8
9 option optimize_for = LITE_RUNTIME;
10
9 package sync_file_system; 11 package sync_file_system;
10 12
11 message DriveMetadata { 13 message DriveMetadata {
12 required string resource_id = 1; 14 required string resource_id = 1;
13 required string md5_checksum = 2; 15 required string md5_checksum = 2;
14 required bool conflicted = 3; 16 required bool conflicted = 3;
15 } 17 }
OLDNEW
« no previous file with comments | « chrome/browser/safe_browsing/report.proto ('k') | chrome/common/metrics/proto/chrome_experiments.proto » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698