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

Unified Diff: chrome/browser/feedback/proto/web.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/math.proto ('k') | chrome/browser/history/in_memory_url_index_cache.proto » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/feedback/proto/web.proto
diff --git a/chrome/browser/feedback/proto/web.proto b/chrome/browser/feedback/proto/web.proto
index c631230126ba304ea46c23944f556bb6228e3a70..024ef297858a20d1c55bbf17a4c83d72eb25e4c8 100644
--- a/chrome/browser/feedback/proto/web.proto
+++ b/chrome/browser/feedback/proto/web.proto
@@ -6,6 +6,8 @@ syntax = "proto2";
package userfeedback;
+option optimize_for = LITE_RUNTIME;
+
// Data present in Web related feedbacks
import "annotations.proto";
« no previous file with comments | « chrome/browser/feedback/proto/math.proto ('k') | chrome/browser/history/in_memory_url_index_cache.proto » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698