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

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: Simplify Mojo binding based on rockot@'s advice Created 3 years, 5 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
« no previous file with comments | « no previous file | chrome/android/java_sources.gni » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | chrome/android/java_sources.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698