Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4973)

Unified Diff: chrome/common/extensions/api/processes.json

Issue 319953002: Task Manager: Remove dead FPS code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,

Powered by Google App Engine
This is Rietveld 408576698