Commit 63670ec8 authored by Rayan Kanso's avatar Rayan Kanso Committed by Commit Bot

[DevTools] Flip experiment flag for Payment Handler.

Bug: 980291
Change-Id: I951ce25bb15e17f48b974f30a8b8e074f83f8e32
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1771975
Commit-Queue: Rayan Kanso <rayankans@chromium.org>
Reviewed-by: default avatarAlexei Filippov <alph@chromium.org>
Cr-Commit-Position: refs/heads/master@{#691119}
parent 7c2fdfee
...@@ -139,8 +139,12 @@ Main.Main = class { ...@@ -139,8 +139,12 @@ Main.Main = class {
const enabledExperiments = Runtime.queryParam('enabledExperiments'); const enabledExperiments = Runtime.queryParam('enabledExperiments');
if (enabledExperiments) if (enabledExperiments)
Runtime.experiments.setServerEnabledExperiments(enabledExperiments.split(';')); Runtime.experiments.setServerEnabledExperiments(enabledExperiments.split(';'));
Runtime.experiments.setDefaultExperiments( Runtime.experiments.setDefaultExperiments([
['backgroundServices', 'backgroundServicesNotifications', 'backgroundServicesPushMessaging']); 'backgroundServices',
'backgroundServicesNotifications',
'backgroundServicesPushMessaging',
'backgroundServicesPaymentHandler',
]);
if (Host.isUnderTest() && Runtime.queryParam('test').includes('live-line-level-heap-profile.js')) if (Host.isUnderTest() && Runtime.queryParam('test').includes('live-line-level-heap-profile.js'))
Runtime.experiments.enableForTest('liveHeapProfile'); Runtime.experiments.enableForTest('liveHeapProfile');
......
...@@ -28,6 +28,7 @@ Background Services ...@@ -28,6 +28,7 @@ Background Services
Background Fetch Background Fetch
Background Sync Background Sync
Notifications Notifications
Payment Handler
Push Messaging Push Messaging
Frames Frames
top top
...@@ -56,6 +57,7 @@ Background Services ...@@ -56,6 +57,7 @@ Background Services
Background Fetch Background Fetch
Background Sync Background Sync
Notifications Notifications
Payment Handler
Push Messaging Push Messaging
Frames Frames
top top
...@@ -88,6 +90,7 @@ Background Services ...@@ -88,6 +90,7 @@ Background Services
Background Fetch Background Fetch
Background Sync Background Sync
Notifications Notifications
Payment Handler
Push Messaging Push Messaging
Frames Frames
top top
......
...@@ -23,6 +23,7 @@ Background Services ...@@ -23,6 +23,7 @@ Background Services
Background Fetch Background Fetch
Background Sync Background Sync
Notifications Notifications
Payment Handler
Push Messaging Push Messaging
Frames Frames
top top
...@@ -50,6 +51,7 @@ Background Services ...@@ -50,6 +51,7 @@ Background Services
Background Fetch Background Fetch
Background Sync Background Sync
Notifications Notifications
Payment Handler
Push Messaging Push Messaging
Frames Frames
top top
......
...@@ -21,6 +21,7 @@ Background Services ...@@ -21,6 +21,7 @@ Background Services
Background Fetch Background Fetch
Background Sync Background Sync
Notifications Notifications
Payment Handler
Push Messaging Push Messaging
Frames Frames
top top
...@@ -46,6 +47,7 @@ Background Services ...@@ -46,6 +47,7 @@ Background Services
Background Fetch Background Fetch
Background Sync Background Sync
Notifications Notifications
Payment Handler
Push Messaging Push Messaging
Frames Frames
top top
...@@ -76,6 +78,7 @@ Background Services ...@@ -76,6 +78,7 @@ Background Services
Background Fetch Background Fetch
Background Sync Background Sync
Notifications Notifications
Payment Handler
Push Messaging Push Messaging
Frames Frames
top top
...@@ -106,6 +109,7 @@ Background Services ...@@ -106,6 +109,7 @@ Background Services
Background Fetch Background Fetch
Background Sync Background Sync
Notifications Notifications
Payment Handler
Push Messaging Push Messaging
Frames Frames
top top
......
...@@ -23,6 +23,7 @@ Background Services ...@@ -23,6 +23,7 @@ Background Services
Background Fetch Background Fetch
Background Sync Background Sync
Notifications Notifications
Payment Handler
Push Messaging Push Messaging
Frames Frames
top top
...@@ -51,6 +52,7 @@ Background Services ...@@ -51,6 +52,7 @@ Background Services
Background Fetch Background Fetch
Background Sync Background Sync
Notifications Notifications
Payment Handler
Push Messaging Push Messaging
Frames Frames
top top
......
...@@ -21,6 +21,7 @@ Background Services ...@@ -21,6 +21,7 @@ Background Services
Background Fetch Background Fetch
Background Sync Background Sync
Notifications Notifications
Payment Handler
Push Messaging Push Messaging
Frames Frames
top top
...@@ -47,6 +48,7 @@ Background Services ...@@ -47,6 +48,7 @@ Background Services
Background Fetch Background Fetch
Background Sync Background Sync
Notifications Notifications
Payment Handler
Push Messaging Push Messaging
Frames Frames
top top
...@@ -73,6 +75,7 @@ Background Services ...@@ -73,6 +75,7 @@ Background Services
Background Fetch Background Fetch
Background Sync Background Sync
Notifications Notifications
Payment Handler
Push Messaging Push Messaging
Frames Frames
top top
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment