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

Unified 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: minor fixes 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 side-by-side diff with in-line comments
Download patch
Index: base/test/data/presubmit/actions.xml
diff --git a/base/test/data/presubmit/actions.xml b/base/test/data/presubmit/actions.xml
new file mode 100644
index 0000000000000000000000000000000000000000..8304c362bd1ce0c9faa55441596758ec4f868374
--- /dev/null
+++ b/base/test/data/presubmit/actions.xml
@@ -0,0 +1,18 @@
+<actions>
+
+<action name="validaction_Disabled">
+ <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
+ <description>Please enter the description of this user action.</description>
+</action>
+
+<action name="validaction_Enabled">
+ <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
+ <description>Please enter the description of this user action.</description>
+</action>
+
+<action name="notboolean_validaction">
+ <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
+ <description>Please enter the description of this user action.</description>
+</action>
+
+</actions>

Powered by Google App Engine
This is Rietveld 408576698