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

Unified Diff: shell/android/apk/src/org/chromium/mojo/shell/JavaApplicationRegistry.java

Issue 1977503005: Remove android vsync service on the Android mojo shell. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 4 years, 7 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/android/apk/src/org/chromium/mojo/shell/VsyncFactory.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: shell/android/apk/src/org/chromium/mojo/shell/JavaApplicationRegistry.java
diff --git a/shell/android/apk/src/org/chromium/mojo/shell/JavaApplicationRegistry.java b/shell/android/apk/src/org/chromium/mojo/shell/JavaApplicationRegistry.java
index 5a7ef8e0450075e2e68313b1b2454e3429db709e..1c3367786c689908698ba98ce2ce96097a497124 100644
--- a/shell/android/apk/src/org/chromium/mojo/shell/JavaApplicationRegistry.java
+++ b/shell/android/apk/src/org/chromium/mojo/shell/JavaApplicationRegistry.java
@@ -105,9 +105,6 @@ public class JavaApplicationRegistry {
"mojo:native_viewport_support", new NativeViewportSupportApplicationDelegate());
registry.registerApplicationDelegate("mojo:nfc", new NfcApplicationDelegate());
registry.registerApplicationDelegate("mojo:sharing", new SharingApplicationDelegate());
- registry.registerApplicationDelegate(
- "mojo:vsync", new ServiceProviderFactoryApplicationDelegate(
- new VsyncFactory(registry.mHandlerThread.getLooper())));
return registry;
}
« no previous file with comments | « shell/BUILD.gn ('k') | shell/android/apk/src/org/chromium/mojo/shell/VsyncFactory.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698