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

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

Issue 538063003: Move execute_code_function to extensions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: gn build Created 6 years, 3 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/common/extensions/api/tabs.json ('k') | extensions/browser/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/api/web_view_internal.json
diff --git a/chrome/common/extensions/api/web_view_internal.json b/chrome/common/extensions/api/web_view_internal.json
index a05e860903455d5efdbc1a08ab333596b4721075..e496e9ae07068ffeb7f9a694b37e57f108fc2c4b 100644
--- a/chrome/common/extensions/api/web_view_internal.json
+++ b/chrome/common/extensions/api/web_view_internal.json
@@ -351,7 +351,7 @@
"description": "The src of the guest <webview> tag."
},
{
- "$ref": "tabs.InjectDetails",
+ "$ref": "extensionTypes.InjectDetails",
"name": "details",
"description": "Details of the script to run."
},
@@ -388,7 +388,7 @@
"description": "The src of the guest <webview> tag."
},
{
- "$ref": "tabs.InjectDetails",
+ "$ref": "extensionTypes.InjectDetails",
"name": "details",
"description": "Details of the CSS text to insert."
},
« no previous file with comments | « chrome/common/extensions/api/tabs.json ('k') | extensions/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698