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

Side by Side Diff: base/test/data/presubmit/actions.xml

Issue 719463003: Presubmit checks for user actions intorduced in HTML files. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: comments added Created 6 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
(Empty)
1 <actions>
2
3 <action name="validaction_Disabled">
4 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
5 <description>Please enter the description of this user action.</description>
6 </action>
7
8 <action name="validaction_Enabled">
9 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
10 <description>Please enter the description of this user action.</description>
11 </action>
12
13 <action name="notboolean_validaction">
14 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
15 <description>Please enter the description of this user action.</description>
16 </action>
17
18 </actions>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698