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

Unified 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 side-by-side diff with in-line comments
Download patch
« 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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/sync_file_system/sync_file_system.proto
diff --git a/chrome/browser/sync_file_system/sync_file_system.proto b/chrome/browser/sync_file_system/sync_file_system.proto
index 681ead03382c18472a7e8eed6767d5308a539a3e..faa91dc13920db4720b7dc9fb041cb8f0752cd5e 100644
--- a/chrome/browser/sync_file_system/sync_file_system.proto
+++ b/chrome/browser/sync_file_system/sync_file_system.proto
@@ -6,6 +6,8 @@
syntax = "proto2";
+option optimize_for = LITE_RUNTIME;
+
package sync_file_system;
message DriveMetadata {
« 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