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

Unified Diff: shell/android/mojo_main.cc

Issue 868283006: Rename MojoURLResolver to URLResolver (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Fix test Created 5 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
« no previous file with comments | « shell/BUILD.gn ('k') | shell/context.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: shell/android/mojo_main.cc
diff --git a/shell/android/mojo_main.cc b/shell/android/mojo_main.cc
index 86ae823380e69b678576ffd051484875f25bec83..9a894be2a4aa4880a83f43b95c8b198a81bbe312 100644
--- a/shell/android/mojo_main.cc
+++ b/shell/android/mojo_main.cc
@@ -85,7 +85,7 @@ void ConfigureAndroidServices(Context* context) {
GURL("mojo:android_handler"));
// By default, the keyboard is handled by the native_viewport_service.
- context->mojo_url_resolver()->AddCustomMapping(
+ context->url_resolver()->AddURLMapping(
GURL("mojo:keyboard"), GURL("mojo:native_viewport_service"));
}
« no previous file with comments | « shell/BUILD.gn ('k') | shell/context.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698