Index: chrome/common/extensions/api/processes.json |
diff --git a/chrome/common/extensions/api/processes.json b/chrome/common/extensions/api/processes.json |
index 9ff9dff6aaac6a624c2f99e9aa840dc872f8b5e0..ea875b758aea2bf9f0bf6c28301577c80acb39d6 100644 |
--- a/chrome/common/extensions/api/processes.json |
+++ b/chrome/common/extensions/api/processes.json |
@@ -71,11 +71,6 @@ |
"optional": true, |
"description": "The most recent measurement of the process’s SQLite memory usage, in bytes. Only available when receiving the object as part of a callback from onUpdated or onUpdatedWithMemory." |
}, |
- "fps": { |
- "type": "number", |
- "optional": true, |
- "description": "The most recent measurement of the process frames per second. Only available when receiving the object as part of a callback from onUpdated or onUpdatedWithMemory." |
- }, |
"imageCache": { |
"$ref": "Cache", |
"optional": true, |