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

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

Issue 226043005: Fix webview.executeScript API (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Make use of GURL. Created 6 years, 8 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/webview.json
diff --git a/chrome/common/extensions/api/webview.json b/chrome/common/extensions/api/webview.json
index 3de3b6e23d03df285e9de340a232a99d31329632..6a5cea0d85973bbab3dc4792ba6233d4cd1c581b 100644
--- a/chrome/common/extensions/api/webview.json
+++ b/chrome/common/extensions/api/webview.json
@@ -327,6 +327,11 @@
"description": "The instance ID of the guest <webview> process."
},
{
+ "type": "string",
+ "name": "src",
+ "description": "The src of the guest <webview> process."
+ },
+ {
"$ref": "tabs.InjectDetails",
"name": "details",
"description": "Details of the script to run."

Powered by Google App Engine
This is Rietveld 408576698