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

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

Issue 2766623003: Make Android Clipboard Keep Track of Last Modified Time (Closed)
Patch Set: ted's comments Created 3 years, 9 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 9239e75944698955b3966bf6ca11157ca4441901..0b59686d3cc76c629a301553e813d9e3ceacd853 100644
--- a/tools/metrics/actions/actions.xml
+++ b/tools/metrics/actions/actions.xml
@@ -10042,10 +10042,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>
« no previous file with comments | « no previous file | tools/metrics/histograms/histograms.xml » ('j') | ui/android/java/src/org/chromium/ui/base/Clipboard.java » ('J')

Powered by Google App Engine
This is Rietveld 408576698