Chromium Code Reviews| Index: chrome/common/extensions/api/devtools/inspected_window.json |
| diff --git a/chrome/common/extensions/api/devtools/inspected_window.json b/chrome/common/extensions/api/devtools/inspected_window.json |
| index 73782c59b662caeacff941af0fd21fedfa78a66f..5ab302bd7291086d1d57f6bba1aefb6d0ffa136b 100644 |
| --- a/chrome/common/extensions/api/devtools/inspected_window.json |
| +++ b/chrome/common/extensions/api/devtools/inspected_window.json |
| @@ -179,7 +179,7 @@ |
| "ignoreCache": { |
|
Takashi Toyoshima
2016/04/06 09:36:23
I believe this "ignoreCache" should not be changed
|
| "type": "boolean", |
| "optional": true, |
| - "description": "When true, the loader will ignore the cache for all inspected page resources loaded before the <code>load</code> event is fired. The effect is similar to pressing Ctrl+Shift+R in the inspected window or within the Developer Tools window." |
| + "description": "When true, the loader will bypass the cache for all inspected page resources loaded before the <code>load</code> event is fired. The effect is similar to pressing Ctrl+Shift+R in the inspected window or within the Developer Tools window." |
| }, |
| "userAgent": { |
| "type": "string", |