Chromium Code Reviews| Index: extensions/common/api/guest_view_internal.json |
| diff --git a/extensions/common/api/guest_view_internal.json b/extensions/common/api/guest_view_internal.json |
| index 46564e54785d46d91d58256d71532574c343fcfe..7857530df734b295749e5d2284a139cb8041a80e 100644 |
| --- a/extensions/common/api/guest_view_internal.json |
| +++ b/extensions/common/api/guest_view_internal.json |
| @@ -89,7 +89,7 @@ |
| { |
| "type": "integer", |
| "name": "instanceId", |
| - "description": "The instance ID of the guest <webview> process. This not exposed to developers through the API." |
| + "description": "The instance ID of the guest renderer. This not exposed to developers through the API." |
|
lazyboy
2014/12/16 23:57:30
I'd do this in a separate CL.
Fady Samuel
2014/12/17 19:30:35
Done.
|
| }, |
| { |
| "$ref": "AutoSizeParams", |