Index: chrome/common/extensions/api/guest_view_internal.json |
diff --git a/chrome/common/extensions/api/guest_view_internal.json b/chrome/common/extensions/api/guest_view_internal.json |
index 50f9ab74f723d577e85a88338e86b5f3f0563261..61378ccf72d8fa0234eb90444bbf34d2bbfc19ab 100644 |
--- a/chrome/common/extensions/api/guest_view_internal.json |
+++ b/chrome/common/extensions/api/guest_view_internal.json |
@@ -26,6 +26,10 @@ |
"storagePartitionId": { |
"type": "string", |
"optional": true |
+ }, |
+ "extensionId": { |
Fady Samuel
2014/07/11 21:08:05
Revert. This change is no longer necessary. create
ericzeng
2014/07/12 00:19:17
Done.
|
+ "type": "string", |
+ "optional": true |
} |
} |
}, |