| Index: tools/metrics/actions/actions.xml
|
| diff --git a/tools/metrics/actions/actions.xml b/tools/metrics/actions/actions.xml
|
| index 70e2e7266f8363a35973641799b84dc744a91535..63d94437411bcc140a5c45525f82be8227ac3dbb 100644
|
| --- a/tools/metrics/actions/actions.xml
|
| +++ b/tools/metrics/actions/actions.xml
|
| @@ -10103,10 +10103,14 @@ should be able to be added at any place in this file.
|
| <action name="MobileOmniboxClipboardChanged">
|
| <owner>jif@chromium.org</owner>
|
| <description>
|
| - Emitted when Chrome detects that the clipboard contains a new URL. This
|
| - occurs either when Chrome enters the foreground and notices that the content
|
| - of the clipboard changed, or when the clipboard changes while Chrome is in
|
| - the foreground.
|
| + 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
|
| + 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>
|
|
|
|
|