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

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

Issue 2800483002: Omnibox Metrics - Rename MobileOmniboxClipboardChanged (Closed)
Patch Set: revise description Created 3 years, 8 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
Index: tools/metrics/actions/actions.xml
diff --git a/tools/metrics/actions/actions.xml b/tools/metrics/actions/actions.xml
index 7096b9f8b468d035ea5f5e1000212659d282ee03..b1ed19ecb559fb4771de29d5000360a4da0f505a 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 new content.
+
+ 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">

Powered by Google App Engine
This is Rietveld 408576698