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

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: Update InsertCss API. 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
« no previous file with comments | « chrome/browser/extensions/script_executor.cc ('k') | chrome/renderer/extensions/user_script_scheduler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..e274343865b377a8d33955774a1812f8539a01a8 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."
@@ -359,6 +364,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."
« no previous file with comments | « chrome/browser/extensions/script_executor.cc ('k') | chrome/renderer/extensions/user_script_scheduler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698