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

Side by Side Diff: chrome/browser/feedback/proto/web.proto

Issue 9235009: Fix license headers in chrome/browser/feedback/proto (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 11 months 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 | Annotate | Revision Log
« no previous file with comments | « chrome/browser/feedback/proto/math.proto ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2009 Google Inc. All Rights Reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Author: jaceks@google.com (Jacek Surazski) 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
3 4
4 syntax = "proto2"; 5 syntax = "proto2";
5 6
6 package userfeedback; 7 package userfeedback;
7 8
8 option optimize_for = LITE_RUNTIME; 9 option optimize_for = LITE_RUNTIME;
9 10
10 // Data present in Web related feedbacks 11 // Data present in Web related feedbacks
11 12
12 import "annotations.proto"; 13 import "annotations.proto";
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
77 78
78 message ProductSpecificBinaryData { 79 message ProductSpecificBinaryData {
79 required string name = 1; 80 required string name = 1;
80 81
81 // mime_type of data 82 // mime_type of data
82 optional string mime_type = 2; 83 optional string mime_type = 2;
83 84
84 // raw data 85 // raw data
85 optional bytes data = 3; 86 optional bytes data = 3;
86 }; 87 };
OLDNEW
« no previous file with comments | « chrome/browser/feedback/proto/math.proto ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698