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

Side by Side Diff: chrome/common/metrics/proto/chrome_user_metrics_extension.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 unified diff | Download patch
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 // 4 //
5 // Protocol buffer for Chrome UMA (User Metrics Analysis). 5 // Protocol buffer for Chrome UMA (User Metrics Analysis).
6 6
7 syntax = "proto2"; 7 syntax = "proto2";
8 8
9 option optimize_for = LITE_RUNTIME;
10
9 package metrics; 11 package metrics;
10 12
11 import "histogram_event.proto"; 13 import "histogram_event.proto";
12 import "omnibox_event.proto"; 14 import "omnibox_event.proto";
13 import "profiler_event.proto"; 15 import "profiler_event.proto";
14 import "system_profile.proto"; 16 import "system_profile.proto";
15 import "user_action_event.proto"; 17 import "user_action_event.proto";
16 18
17 // Next tag: 8 19 // Next tag: 8
18 message ChromeUserMetricsExtension { 20 message ChromeUserMetricsExtension {
(...skipping 15 matching lines...) Expand all
34 36
35 // Information about the user's browser and system configuration. 37 // Information about the user's browser and system configuration.
36 optional SystemProfileProto system_profile = 3; 38 optional SystemProfileProto system_profile = 3;
37 39
38 // This message will log one or more of the following event types: 40 // This message will log one or more of the following event types:
39 repeated UserActionEventProto user_action_event = 4; 41 repeated UserActionEventProto user_action_event = 4;
40 repeated OmniboxEventProto omnibox_event = 5; 42 repeated OmniboxEventProto omnibox_event = 5;
41 repeated HistogramEventProto histogram_event = 6; 43 repeated HistogramEventProto histogram_event = 6;
42 repeated ProfilerEventProto profiler_event = 7; 44 repeated ProfilerEventProto profiler_event = 7;
43 } 45 }
OLDNEW
« no previous file with comments | « chrome/common/metrics/proto/chrome_experiments.proto ('k') | chrome/common/metrics/proto/histogram_event.proto » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698