Chromium Code Reviews| Index: third_party/WebKit/Source/devtools/front_end/sources/module.json |
| diff --git a/third_party/WebKit/Source/devtools/front_end/sources/module.json b/third_party/WebKit/Source/devtools/front_end/sources/module.json |
| index ef02497f93c9951fcf1f008e807817be646a19f7..a54bc8eee23ccb791b6cfe8183d85a173cf1764e 100644 |
| --- a/third_party/WebKit/Source/devtools/front_end/sources/module.json |
| +++ b/third_party/WebKit/Source/devtools/front_end/sources/module.json |
| @@ -375,8 +375,8 @@ |
| { |
| "type": "setting", |
| "category": "Sources", |
| - "title": "Search in content scripts", |
| - "settingName": "searchInContentScripts", |
| + "title": "Search in dynamic scripts and extensions", |
|
dgozman
2017/02/22 20:17:06
Search in anonymous and content scripts
lushnikov
2017/02/22 21:22:37
Done.
|
| + "settingName": "searchInDynamicScriptsAndExtensions", |
|
dgozman
2017/02/22 20:17:06
searchInAnonymousAndContentScripts
lushnikov
2017/02/22 21:22:37
Done.
|
| "settingType": "boolean", |
| "defaultValue": false |
| }, |