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

Unified Diff: mojo/public/java/system/src/org/chromium/mojo/system/Core.java

Issue 898853006: Java content handler for Android. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: 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 | « mojo/public/java/BUILD.gn ('k') | mojo/public/java/system/src/org/chromium/mojo/system/RunLoop.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/java/system/src/org/chromium/mojo/system/Core.java
diff --git a/mojo/public/java/system/src/org/chromium/mojo/system/Core.java b/mojo/public/java/system/src/org/chromium/mojo/system/Core.java
index 660a13f1659a23cb0d5c267957b5887c5f978d79..ba0e5c6ff03f76415fe583e91a6325cc554f08d9 100644
--- a/mojo/public/java/system/src/org/chromium/mojo/system/Core.java
+++ b/mojo/public/java/system/src/org/chromium/mojo/system/Core.java
@@ -309,4 +309,13 @@ public interface Core {
*/
public AsyncWaiter getDefaultAsyncWaiter();
+ /**
+ * Returns a new run loop.
+ */
+ public RunLoop createDefaultRunLoop();
+
+ /**
+ * Returns the current run loop if it exists.
+ */
+ public RunLoop getCurrentRunLoop();
}
« no previous file with comments | « mojo/public/java/BUILD.gn ('k') | mojo/public/java/system/src/org/chromium/mojo/system/RunLoop.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698