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

Unified Diff: extensions/common/api/guest_view_internal.json

Issue 801173002: Fix message routing for BrowserPlugin in iframe (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: More cleanup Created 6 years 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: extensions/common/api/guest_view_internal.json
diff --git a/extensions/common/api/guest_view_internal.json b/extensions/common/api/guest_view_internal.json
index 46564e54785d46d91d58256d71532574c343fcfe..7857530df734b295749e5d2284a139cb8041a80e 100644
--- a/extensions/common/api/guest_view_internal.json
+++ b/extensions/common/api/guest_view_internal.json
@@ -89,7 +89,7 @@
{
"type": "integer",
"name": "instanceId",
- "description": "The instance ID of the guest <webview> process. This not exposed to developers through the API."
+ "description": "The instance ID of the guest renderer. This not exposed to developers through the API."
lazyboy 2014/12/16 23:57:30 I'd do this in a separate CL.
Fady Samuel 2014/12/17 19:30:35 Done.
},
{
"$ref": "AutoSizeParams",

Powered by Google App Engine
This is Rietveld 408576698