| Index: third_party/WebKit/Source/devtools/front_end/main/Main.js
 | 
| diff --git a/third_party/WebKit/Source/devtools/front_end/main/Main.js b/third_party/WebKit/Source/devtools/front_end/main/Main.js
 | 
| index 63857cd80deda28b0936860fa440bd8eb1605c1c..b3da168dd76eaa8c3db9b85b58d1950876d1109d 100644
 | 
| --- a/third_party/WebKit/Source/devtools/front_end/main/Main.js
 | 
| +++ b/third_party/WebKit/Source/devtools/front_end/main/Main.js
 | 
| @@ -102,7 +102,6 @@ WebInspector.Main = class {
 | 
|      Runtime.experiments.register('audits2', 'Audits 2.0', true);
 | 
|      Runtime.experiments.register('autoAttachToCrossProcessSubframes', 'Auto-attach to cross-process subframes', true);
 | 
|      Runtime.experiments.register('blackboxJSFramesOnTimeline', 'Blackbox JavaScript frames on Timeline', true);
 | 
| -    Runtime.experiments.register('canvasNetworkTimeline', 'Canvas based timeline in Network panel', true);
 | 
|      Runtime.experiments.register('colorContrastRatio', 'Contrast ratio line in color picker', true);
 | 
|      Runtime.experiments.register('continueToFirstInvocation', 'Continue to first invocation', true);
 | 
|      Runtime.experiments.register('emptySourceMapAutoStepping', 'Empty sourcemap auto-stepping');
 | 
| 
 |