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

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

Issue 12189018: <webview>: Implement WebRequest API (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Diff from latest patch Created 7 years, 10 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/web_request_internal.json
diff --git a/chrome/common/extensions/api/web_request_internal.json b/chrome/common/extensions/api/web_request_internal.json
index c5b8aac0bc6c9c206c9078faac14a4dce019f7ac..f185b2ff86e2da1e92e6db988e4575aa1a71e90a 100644
--- a/chrome/common/extensions/api/web_request_internal.json
+++ b/chrome/common/extensions/api/web_request_internal.json
@@ -31,7 +31,8 @@
}
},
{"type": "string", "name": "eventName"},
- {"type": "string", "name": "subEventName"}
+ {"type": "string", "name": "subEventName"},
+ {"type": "integer", "name": "webViewInstanceId"}
]
},
{

Powered by Google App Engine
This is Rietveld 408576698