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

Unified Diff: android_webview/browser/aw_browser_manifest_overlay.json

Issue 2456493003: Add frame-specific InterfaceProviderSpec. (Closed)
Patch Set: . Created 4 years, 2 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 | « android_webview/browser/DEPS ('k') | android_webview/browser/aw_content_browser_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/browser/aw_browser_manifest_overlay.json
diff --git a/android_webview/browser/aw_browser_manifest_overlay.json b/android_webview/browser/aw_browser_manifest_overlay.json
new file mode 100644
index 0000000000000000000000000000000000000000..503a22ab6acedc89469099bfd9a2b1ab38034905
--- /dev/null
+++ b/android_webview/browser/aw_browser_manifest_overlay.json
@@ -0,0 +1,13 @@
+{
+ "name": "service:content_browser",
+ "interface_provider_specs": {
+ "navigation:frame": {
+ "provides": {
+ "renderer": [
+ "autofill::mojom::AutofillDriver",
+ "autofill::mojom::PasswordManagerDriver"
+ ]
+ }
+ }
+ }
+}
« no previous file with comments | « android_webview/browser/DEPS ('k') | android_webview/browser/aw_content_browser_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698