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

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

Issue 9006003: Refactor and fix feedback (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 2011 -> 2012 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') | chrome/browser/resources/bug_report.css » ('j') | 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 2009 Google Inc. All Rights Reserved.
2 // Author: jaceks@google.com (Jacek Surazski) 2 // Author: jaceks@google.com (Jacek Surazski)
3 3
4 syntax = "proto2"; 4 syntax = "proto2";
5 5
6 package userfeedback; 6 package userfeedback;
7 7
8 option optimize_for = LITE_RUNTIME; 8 option optimize_for = LITE_RUNTIME;
9 9
10 // Data present in Web related feedbacks 10 // Data present in Web related feedbacks
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
77 77
78 message ProductSpecificBinaryData { 78 message ProductSpecificBinaryData {
79 required string name = 1; 79 required string name = 1;
80 80
81 // mime_type of data 81 // mime_type of data
82 optional string mime_type = 2; 82 optional string mime_type = 2;
83 83
84 // raw data 84 // raw data
85 optional bytes data = 3; 85 optional bytes data = 3;
86 }; 86 };
OLDNEW
« no previous file with comments | « chrome/browser/feedback/proto/math.proto ('k') | chrome/browser/resources/bug_report.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698