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

Side by Side Diff: android_webview/browser/aw_browser_manifest_overlay.json

Issue 2931443003: Add support for Android spellcheck menu in Chrome/WebViews (Closed)
Patch Set: Respond to aelias@'s comments Created 3 years, 6 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 unified diff | Download patch
OLDNEW
1 { 1 {
2 "name": "content_browser", 2 "name": "content_browser",
3 "interface_provider_specs": { 3 "interface_provider_specs": {
4 "navigation:frame": { 4 "navigation:frame": {
5 "provides": { 5 "provides": {
6 "renderer": [ 6 "renderer": [
7 "autofill::mojom::AutofillDriver", 7 "autofill::mojom::AutofillDriver",
8 "autofill::mojom::PasswordManagerDriver", 8 "autofill::mojom::PasswordManagerDriver",
9 "blink::mojom::TextSuggestionHost",
9 "web_restrictions::mojom::WebRestrictions" 10 "web_restrictions::mojom::WebRestrictions"
10 ] 11 ]
11 } 12 }
12 } 13 }
13 } 14 }
14 } 15 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698