@@ -367,41 +367,6 @@ const UIStrings = {
367367const str_ = i18n . i18n . registerUIStrings ( 'core/sdk/sdk-meta.ts' , UIStrings ) ;
368368const i18nLazyString = i18n . i18n . getLazilyComputedLocalizedString . bind ( undefined , str_ ) ;
369369
370- Common . Settings . registerSettingExtension ( {
371- storageType : Common . Settings . SettingStorageType . SYNCED ,
372- settingName : 'skip-stack-frames-pattern' ,
373- settingType : Common . Settings . SettingType . REGEX ,
374- defaultValue : '/node_modules/|^node:' ,
375- } ) ;
376-
377- Common . Settings . registerSettingExtension ( {
378- storageType : Common . Settings . SettingStorageType . SYNCED ,
379- settingName : 'skip-content-scripts' ,
380- settingType : Common . Settings . SettingType . BOOLEAN ,
381- defaultValue : true ,
382- } ) ;
383-
384- Common . Settings . registerSettingExtension ( {
385- storageType : Common . Settings . SettingStorageType . SYNCED ,
386- settingName : 'automatically-ignore-list-known-third-party-scripts' ,
387- settingType : Common . Settings . SettingType . BOOLEAN ,
388- defaultValue : true ,
389- } ) ;
390-
391- Common . Settings . registerSettingExtension ( {
392- storageType : Common . Settings . SettingStorageType . SYNCED ,
393- settingName : 'skip-anonymous-scripts' ,
394- settingType : Common . Settings . SettingType . BOOLEAN ,
395- defaultValue : false ,
396- } ) ;
397-
398- Common . Settings . registerSettingExtension ( {
399- storageType : Common . Settings . SettingStorageType . SYNCED ,
400- settingName : 'enable-ignore-listing' ,
401- settingType : Common . Settings . SettingType . BOOLEAN ,
402- defaultValue : true ,
403- } ) ;
404-
405370Common . Settings . registerSettingExtension ( {
406371 category : Common . Settings . SettingCategory . CONSOLE ,
407372 storageType : Common . Settings . SettingStorageType . SYNCED ,
0 commit comments