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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2610163002: PaymentApp: Implement InvokePaymentApp() in browser side. (Closed)
Patch Set: addressed rouslan's comment Created 3 years, 11 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:
Download patch
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 60a9dfa6cdecc1f1798b3f2f467bd6928f4d65cf..a47657ba1b6f79a5c6c52aca366c63d85f5ef9db 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -59745,6 +59745,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<summary>Counts page loads controlled by a service worker.</summary>
</histogram>
+<histogram name="ServiceWorker.PaymentRequestEvent.Time" units="ms">
+ <owner>jinho.bang@samsung.com</owner>
+ <summary>
+ The time taken between dispatching an PaymentRequestEvent to a Service
+ Worker and receiving a message that it finished handling the event. Incudes
nhiroki 2017/01/18 03:47:39 Incudes -> Includes ?
zino 2017/01/18 15:56:07 Done.
+ the time for the waitUntil() promise to settle.
+ </summary>
+</histogram>
+
<histogram name="ServiceWorker.PushEvent.Time" units="ms">
<owner>johnme@chromium.org</owner>
<summary>
@@ -103679,6 +103688,8 @@ value.
<int value="18" label="NAVIGATION_HINT_LINK_MOUSE_DOWN"/>
<int value="19" label="NAVIGATION_HINT_LINK_TAP_UNCONFIRMED"/>
<int value="20" label="NAVIGATION_HINT_LINK_TAP_DOWN"/>
+ <int value="21" label="EXTERNAL_REQUEST"/>
nhiroki 2017/01/18 03:47:39 Thank you for adding this :)
zino 2017/01/18 15:56:07 Thank you! :)
+ <int value="22" label="PAYMENT_REQUEST"/>
</enum>
<enum name="ServiceWorkerReadResponseResult" type="int">
« content/browser/payments/payment_app_content_unittest_base.cc ('K') | « content/test/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698