Index: chrome/common/extensions/api/web_navigation.json |
=================================================================== |
--- chrome/common/extensions/api/web_navigation.json (revision 148085) |
+++ chrome/common/extensions/api/web_navigation.json (working copy) |
@@ -18,7 +18,6 @@ |
"description": "Information about the frame to retrieve information about.", |
"properties": { |
"tabId": { "type": "integer", "minimum": 0, "description": "The ID of the tab in which the frame is." }, |
- "processId": {"type": "integer", "description": "The ID of the process runs the renderer for this tab."}, |
"frameId": { "type": "integer", "minimum": 0, "description": "The ID of the frame in the given tab." } |
} |
}, |
@@ -71,10 +70,6 @@ |
"type": "boolean", |
"description": "True if the last navigation in this frame was interrupted by an error, i.e. the onErrorOccurred event fired." |
}, |
- "processId": { |
- "type": "integer", |
- "description": "The ID of the process runs the renderer for this tab." |
- }, |
"frameId": { |
"type": "integer", |
"description": "The ID of the frame. 0 indicates that this is the main frame; a positive value indicates the ID of a subframe." |