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

Unified Diff: chrome/common/metrics/proto/user_action_event.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/common/metrics/proto/system_profile.proto ('k') | chrome/common/safe_browsing/client_model.proto » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/metrics/proto/user_action_event.proto
diff --git a/chrome/common/metrics/proto/user_action_event.proto b/chrome/common/metrics/proto/user_action_event.proto
index 9801a07496153e84115370ff585b9e7ecec88704..ff688b67b1b7a7ac9fe3c4c63e65c29acf83fe6b 100644
--- a/chrome/common/metrics/proto/user_action_event.proto
+++ b/chrome/common/metrics/proto/user_action_event.proto
@@ -7,6 +7,8 @@
syntax = "proto2";
+option optimize_for = LITE_RUNTIME;
+
package metrics;
// Next tag: 3
« no previous file with comments | « chrome/common/metrics/proto/system_profile.proto ('k') | chrome/common/safe_browsing/client_model.proto » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698