| 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 f52322b0e9c46b5dc8d445111c5786b34790f95f..f1d7038cc3a031eae6af0138cf686875cdc84ce7 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/main/Main.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/main/Main.js
|
| @@ -105,7 +105,6 @@ Main.Main = class {
|
| Runtime.experiments.register('nodeDebugging', 'Node debugging', true);
|
| Runtime.experiments.register('persistence2', 'Persistence 2.0');
|
| Runtime.experiments.register('persistenceValidation', 'Validate persistence bindings');
|
| - Runtime.experiments.register('privateScriptInspection', 'Private script inspection');
|
| Runtime.experiments.register('requestBlocking', 'Request blocking', true);
|
| Runtime.experiments.register('timelineShowAllEvents', 'Show all events on Timeline', true);
|
| Runtime.experiments.register('timelineShowAllProcesses', 'Show all processes on Timeline', true);
|
|
|