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

Unified Diff: sky/services/intents/intents.mojom

Issue 1213623008: Back button should be able to close apps (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 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 side-by-side diff with in-line comments
Download patch
Index: sky/services/intents/intents.mojom
diff --git a/sky/services/intents/intents.mojom b/sky/services/intents/intents.mojom
index 4e0ae3abbcafc8827933c1bdaf5ec245415368cb..6e48dd9dd811e013119938ee8574371969c5ba96 100644
--- a/sky/services/intents/intents.mojom
+++ b/sky/services/intents/intents.mojom
@@ -27,4 +27,5 @@ struct Intent {
// figure out how to rationalize this interface across platforms.
interface ActivityManager {
startActivity(Intent intent);
+ finishCurrentActivity();
};

Powered by Google App Engine
This is Rietveld 408576698