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

Side by Side Diff: chrome/browser/feedback/proto/chrome.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
OLDNEW
1 // Copyright 2011 Google Inc. All Rights Reserved. 1 // Copyright 2011 Google Inc. All Rights Reserved.
2 // Author: marcinm@google.com (Marcin Mikosik) 2 // Author: marcinm@google.com (Marcin Mikosik)
3 3
4 syntax = "proto2"; 4 syntax = "proto2";
5 5
6 option optimize_for = LITE_RUNTIME; 6 option optimize_for = LITE_RUNTIME;
7 7
8 package userfeedback; 8 package userfeedback;
9 9
10 // Chrome Browser and Chrome OS specific data. 10 // Chrome Browser and Chrome OS specific data.
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 CRASH = 6; 50 CRASH = 6;
51 EXTENSIONS_OR_APPS = 7; 51 EXTENSIONS_OR_APPS = 7;
52 PHISHING_PAGE = 8; 52 PHISHING_PAGE = 8;
53 OTHER = 9; 53 OTHER = 9;
54 AUTOFILL = 10; 54 AUTOFILL = 10;
55 } 55 }
56 56
57 optional ChromeBrowserCategory category = 1 [default = OTHER]; 57 optional ChromeBrowserCategory category = 1 [default = OTHER];
58 } 58 }
59 59
OLDNEW
« no previous file with comments | « chrome/browser/feedback/proto/annotations.proto ('k') | chrome/browser/feedback/proto/common.proto » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698