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

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

Issue 2076463002: [Custom Tabs] Implement "Read It Later" Behind a Flag (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix test Created 4 years, 6 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
« no previous file with comments | « testing/variations/fieldtrial_testing_config_android.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/actions/actions.xml
diff --git a/tools/metrics/actions/actions.xml b/tools/metrics/actions/actions.xml
index 378c9bd5d53337e72a5ccf53cb69dbbed27a5648..09a7dc927883142dada1a3be9b3950987f0ee393 100644
--- a/tools/metrics/actions/actions.xml
+++ b/tools/metrics/actions/actions.xml
@@ -2893,8 +2893,13 @@ should be able to be added at any place in this file.
</action>
<action name="CustomTabsMenuOpenInChrome">
- <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
- <description>Please enter the description of the metric.</description>
+ <owner>yusufo@chromium.org</owner>
+ <description>User hit &quot;open in browser&quot; menu item.</description>
+</action>
+
+<action name="CustomTabsMenuReadItLater">
+ <owner>ianwen@chromium.org</owner>
+ <description>User hit &quot;read it later&quot; menu item.</description>
</action>
<action name="CustomTabsRemoteViewsShown">
« no previous file with comments | « testing/variations/fieldtrial_testing_config_android.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698