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

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

Issue 1116653002: Introduce authentication service. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Follow review Created 5 years, 8 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
Index: shell/android/apk/src/org/chromium/mojo/shell/MojoShellActivity.java
diff --git a/shell/android/apk/src/org/chromium/mojo/shell/MojoShellActivity.java b/shell/android/apk/src/org/chromium/mojo/shell/MojoShellActivity.java
index c6ad4e3ab9c8e5f301a72cacd80473911d61e3eb..707c976fc7714bb3299633dc552d86fd69f2b91a 100644
--- a/shell/android/apk/src/org/chromium/mojo/shell/MojoShellActivity.java
+++ b/shell/android/apk/src/org/chromium/mojo/shell/MojoShellActivity.java
@@ -90,4 +90,12 @@ public class MojoShellActivity extends Activity {
}
return null;
}
+
+ /**
+ * @see Activity#onActivityResult(int, int, Intent)
+ */
+ @Override
+ protected void onActivityResult(int requestCode, int resultCode, Intent data) {
+ IntentReceiverRegistry.getInstance().onActivityResult(requestCode, resultCode, data);
+ }
}
« no previous file with comments | « shell/android/apk/src/org/chromium/mojo/shell/IntentReceiverService.java ('k') | shell/android/intent_receiver_manager_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698