Chromium Code Reviews| Index: third_party/WebKit/Source/devtools/front_end/main/module.json |
| diff --git a/third_party/WebKit/Source/devtools/front_end/main/module.json b/third_party/WebKit/Source/devtools/front_end/main/module.json |
| index df4d44356519ba9f0513742e5f5f9468ea64b7ed..aaf9fa0c53fac8f1dcaca0b221eaea4f03af376c 100644 |
| --- a/third_party/WebKit/Source/devtools/front_end/main/module.json |
| +++ b/third_party/WebKit/Source/devtools/front_end/main/module.json |
| @@ -229,7 +229,7 @@ |
| { |
| "type": "setting", |
| "category": "Network", |
| - "title": "Disable cache (while DevTools is open)", |
|
pfeldman
2017/02/07 20:10:28
There should be a way to override title in the too
luoe
2017/02/13 06:27:19
Done.
|
| + "title": "Disable cache", |
| "settingName": "cacheDisabled", |
| "settingType": "boolean", |
| "order": 0, |