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

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: unit tests 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 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..d133165846fcc136f8772cde7d4f2ce5345c2604
--- /dev/null
+++ b/base/test/data/presubmit/actions.xml
@@ -0,0 +1,13 @@
+<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>
+
+</actions>

Powered by Google App Engine
This is Rietveld 408576698