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

Unified Diff: chrome/browser/feedback/proto/common.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/feedback/proto/chrome.proto ('k') | chrome/browser/feedback/proto/config.proto » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/feedback/proto/common.proto
diff --git a/chrome/browser/feedback/proto/common.proto b/chrome/browser/feedback/proto/common.proto
index e5cddf87011af0d0894c7b572a6bbd0a3c20e301..5e028ebbede9d5859f5a97de47862c068d1d2613 100644
--- a/chrome/browser/feedback/proto/common.proto
+++ b/chrome/browser/feedback/proto/common.proto
@@ -7,6 +7,8 @@
syntax = "proto2";
+option optimize_for = LITE_RUNTIME;
+
package userfeedback;
// Data present in all kinds of feedbacks, regardless of source (Web, Android,
« no previous file with comments | « chrome/browser/feedback/proto/chrome.proto ('k') | chrome/browser/feedback/proto/config.proto » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698