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

Side by Side Diff: chrome/browser/feedback/proto/config.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/common.proto ('k') | chrome/browser/feedback/proto/dom.proto » ('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: morgwai@google.com (Morgwai Kotarbinski) 2 // Author: morgwai@google.com (Morgwai Kotarbinski)
3 // 3 //
4 // Messages containing configuration of Feedback Service 4 // Messages containing configuration of Feedback Service
5 // that control classification and processing of submitted feedbacks. 5 // that control classification and processing of submitted feedbacks.
6 6
7 syntax = "proto2"; 7 syntax = "proto2";
8 8
9 option optimize_for = LITE_RUNTIME; 9 option optimize_for = LITE_RUNTIME;
10 10
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
132 message MatcherData { 132 message MatcherData {
133 // XPATH expression to match against page. 133 // XPATH expression to match against page.
134 required string content_matcher = 1; 134 required string content_matcher = 1;
135 135
136 // Regexp matching page URL. 136 // Regexp matching page URL.
137 required string url_matcher = 2; 137 required string url_matcher = 2;
138 138
139 // Approval by feedback admins 139 // Approval by feedback admins
140 optional bool url_matcher_approved = 3 [default=true]; 140 optional bool url_matcher_approved = 3 [default=true];
141 }; 141 };
OLDNEW
« no previous file with comments | « chrome/browser/feedback/proto/common.proto ('k') | chrome/browser/feedback/proto/dom.proto » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698