Chromium Code Reviews| Index: tools/metrics/actions/actions.xml |
| diff --git a/tools/metrics/actions/actions.xml b/tools/metrics/actions/actions.xml |
| index 98de2e1e00c65f6d95aa9433b22494bffa103226..74810dbad56c3514886dbd469b504e456d5c72ad 100644 |
| --- a/tools/metrics/actions/actions.xml |
| +++ b/tools/metrics/actions/actions.xml |
| @@ -1851,8 +1851,8 @@ should be able to be added at any place in this file. |
| </action> |
| <action name="BrowserPlugin.Guest.AbnormalDeath"> |
| - <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>wfh@chromium.org</owner> |
| + <description>A renderer process died abnormally.</description> |
| </action> |
| <action name="BrowserPlugin.Guest.Attached"> |
| @@ -1861,8 +1861,8 @@ should be able to be added at any place in this file. |
| </action> |
| <action name="BrowserPlugin.Guest.Crashed"> |
| - <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>wfh@chromium.org</owner> |
| + <description>A renderer process died because it crashed.</description> |
| </action> |
| <action name="BrowserPlugin.Guest.Create"> |
| @@ -1886,8 +1886,13 @@ should be able to be added at any place in this file. |
| </action> |
| <action name="BrowserPlugin.Guest.Killed"> |
| - <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>wfh@chromium.org</owner> |
| + <description>A renderer process died because it was killed.</description> |
| +</action> |
| + |
| +<action name="BrowserPlugin.Guest.LaunchFailed"> |
|
Alexei Svitkine (slow)
2015/08/31 19:06:14
Not for this CL, but I wonder if we should just co
Will Harris
2015/09/01 01:15:38
Acknowledged.
|
| + <owner>wfh@chromium.org</owner> |
| + <description>A render process failed to launch.</description> |
| </action> |
| <action name="BrowserPlugin.Guest.Navigate"> |