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

Unified Diff: chrome/browser/feedback/proto/dom.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/config.proto ('k') | chrome/browser/feedback/proto/extension.proto » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/feedback/proto/dom.proto
diff --git a/chrome/browser/feedback/proto/dom.proto b/chrome/browser/feedback/proto/dom.proto
index c59b1ef6d0ff2e229f5f71b04f539ab45e751566..f5d1bc39fb47328a90d09a329b443e75977cd670 100644
--- a/chrome/browser/feedback/proto/dom.proto
+++ b/chrome/browser/feedback/proto/dom.proto
@@ -7,6 +7,8 @@
syntax = "proto2";
+option optimize_for = LITE_RUNTIME;
+
package userfeedback;
// Data captured from HTMLDocument DOM object.
« no previous file with comments | « chrome/browser/feedback/proto/config.proto ('k') | chrome/browser/feedback/proto/extension.proto » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698