Commit 9e8423ab authored by Alice Boxhall's avatar Alice Boxhall Committed by Commit Bot

[Devtools] Un-experiment color contrast line

Bug: 514674
Change-Id: I60aa5d38cb31b52f74a053f2dd35a5db675a2fea
Reviewed-on: https://chromium-review.googlesource.com/627346
Commit-Queue: Pavel Feldman <pfeldman@chromium.org>
Reviewed-by: default avatarPavel Feldman <pfeldman@chromium.org>
Cr-Commit-Position: refs/heads/master@{#522125}
parent 7c099ecf
...@@ -163,7 +163,7 @@ Main.Main = class { ...@@ -163,7 +163,7 @@ Main.Main = class {
Runtime.experiments.setDefaultExperiments([ Runtime.experiments.setDefaultExperiments([
'continueToLocationMarkers', 'autoAttachToCrossProcessSubframes', 'objectPreviews', 'persistence2', 'continueToLocationMarkers', 'autoAttachToCrossProcessSubframes', 'objectPreviews', 'persistence2',
'networkGroupingRequests', 'timelineColorByProduct', 'accessibilityInspection', 'logManagement', 'networkGroupingRequests', 'timelineColorByProduct', 'accessibilityInspection', 'logManagement',
'performanceMonitor', 'stepIntoAsync' 'performanceMonitor', 'stepIntoAsync', 'colorContrastRatio'
]); ]);
} }
......
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