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

Unified Diff: tools/metrics/actions/actions.xml

Issue 454693002: Add owner for webapp actions (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rewording Created 6 years, 4 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/actions/actions.xml
diff --git a/tools/metrics/actions/actions.xml b/tools/metrics/actions/actions.xml
index 0560f48e6b3b977f8429195de5808fecc2b3e336..25349cc42b732df8494b6e1e68de81f76eacfdc4 100644
--- a/tools/metrics/actions/actions.xml
+++ b/tools/metrics/actions/actions.xml
@@ -11427,18 +11427,24 @@ should be able to be added at any place in this file.
</action>
<action name="webapps.AddShortcut.AppShortcut">
- <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
- <description>Please enter the description of this user action.</description>
+ <owner>dfalcantara@chromium.org</owner>
+ <description>
+ Shortcut added to the homescreen for a page containing the
+ mobile-webapp-capable meta tag.
+ </description>
</action>
<action name="webapps.AddShortcut.AppShortcutApple">
- <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
- <description>Please enter the description of this user action.</description>
+ <owner>dfalcantara@chromium.org</owner>
+ <description>
+ Shortcut added to the homescreen for a page containing only the
+ apple-mobile-webapp-capable meta tag.
+ </description>
</action>
<action name="webapps.AddShortcut.Bookmark">
- <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
- <description>Please enter the description of this user action.</description>
+ <owner>dfalcantara@chromium.org</owner>
+ <description>Shortcut added to the homescreen for a bookmark.</description>
</action>
</actions>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698