Chromium Code Reviews| Index: tools/metrics/actions/actions.xml |
| diff --git a/tools/metrics/actions/actions.xml b/tools/metrics/actions/actions.xml |
| index 91a7f4545bebf889b1f6ec9fdb7a22a1a52c0c7c..f3f08103cc6d3e49f8d3f7f090a1408ff8838c5c 100644 |
| --- a/tools/metrics/actions/actions.xml |
| +++ b/tools/metrics/actions/actions.xml |
| @@ -9524,6 +9524,21 @@ should be able to be added at any place in this file. |
| <obsolete>Deprecated as of at least 2017/02/28.</obsolete> |
| </action> |
| +<action name="MobileClipboardChanged"> |
| + <owner>jif@chromium.org</owner> |
| + <owner>mpearson@chromium.org</owner> |
| + <description> |
| + Emitted when Chrome detects that the clipboard contains a new URL. |
| + |
| + On iOS: this occurs either when Chrome enters the foreground and notices |
| + that the content of the clipboard changed, or when the clipboard changes |
|
jif
2017/04/05 13:52:48
While you are here, can you update the description
Mark P
2017/04/05 19:10:27
Done. (Took your suggestion verbatim.)
|
| + while Chrome is in the foreground. |
| + |
| + On Android: this occurs when Chrome starts up or when the clipboard changes |
| + while Chrome is running (in the foreground or not). |
| + </description> |
| +</action> |
| + |
| <action name="MobileComeToForeground"> |
| <owner>tedchoc@chromium.org</owner> |
| <description> |
| @@ -10112,6 +10127,9 @@ should be able to be added at any place in this file. |
| On Android: this occurs when Chrome starts up or when the clipboard changes |
| while Chrome is running (in the foreground or not). |
| </description> |
| + <obsolete> |
| + Replaced with MobileOmniboxClipboardChanged in April 2017. |
| + </obsolete> |
| </action> |
| <action name="MobileOmniboxDeleteGesture"> |