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

Unified Diff: trunk/src/chrome/common/extensions/api/guest_view_internal.json

Issue 446823002: Revert 287732 "<webview>: Move autosize from content to chrome." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 4 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: trunk/src/chrome/common/extensions/api/guest_view_internal.json
===================================================================
--- trunk/src/chrome/common/extensions/api/guest_view_internal.json (revision 287745)
+++ trunk/src/chrome/common/extensions/api/guest_view_internal.json (working copy)
@@ -9,36 +9,6 @@
"implemented_in": "chrome/browser/extensions/api/guest_view/guest_view_internal_api.h"
},
"description": "none",
- "types": [
- {
- "id": "Size",
- "type": "object",
- "properties": {
- "width": {
- "type": "integer"
- },
- "height": {
- "type": "integer"
- }
- }
- },
- {
- "id": "AutoSizeParams",
- "type": "object",
- "description": "Autosize parameters.",
- "properties": {
- "enableAutoSize": {
- "type": "boolean"
- },
- "min": {
- "$ref": "Size"
- },
- "max": {
- "$ref": "Size"
- }
- }
- }
- ],
"functions": [
{
"name": "createGuest",
@@ -65,21 +35,6 @@
]
}
]
- },
- {
- "name": "setAutoSize",
- "type": "function",
- "parameters": [
- {
- "type": "integer",
- "name": "instanceId",
- "description": "The instance ID of the guest &lt;webview&gt; process. This not exposed to developers through the API."
- },
- {
- "$ref": "AutoSizeParams",
- "name": "params"
- }
- ]
}
]
}

Powered by Google App Engine
This is Rietveld 408576698