Chromium Code Reviews| Index: tools/metrics/actions/actions.xml |
| diff --git a/tools/metrics/actions/actions.xml b/tools/metrics/actions/actions.xml |
| index 7096b9f8b468d035ea5f5e1000212659d282ee03..1bb5cc889370ec417aa325bfd6e69e0f1c7e7848 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. |
|
Ilya Sherman
2017/04/05 21:50:32
Is this specifically only emitted when the clipboa
Mark P
2017/04/05 22:03:28
Any contents. Good catch! Revised description.
|
| + |
| + On iOS: this occurs either when Chrome enters the foreground and notices |
| + that the content of the clipboard changed, or when the users selects the |
| + omnibox and Chrome notices that the content of the clipboard changed. |
| + |
| + 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> |
| @@ -10117,6 +10132,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"> |