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

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

Issue 1223053002: mv //sky/services/intents //sky/services/activity (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
« no previous file with comments | « sky/services/activity/BUILD.gn ('k') | sky/services/activity/src/org/domokit/activity/ActivityImpl.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/services/activity/activity.mojom
diff --git a/sky/services/intents/intents.mojom b/sky/services/activity/activity.mojom
similarity index 95%
rename from sky/services/intents/intents.mojom
rename to sky/services/activity/activity.mojom
index bf6286fe287b06e4bcd8ad4b28141bd5c3e3aa95..440176d5369589036ff18b1151108caf651f1873 100644
--- a/sky/services/intents/intents.mojom
+++ b/sky/services/activity/activity.mojom
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-module intents;
+module activity;
struct StringExtra {
string name;
@@ -31,7 +31,7 @@ struct TaskDescription {
// have a higher-level abstraction here? Do we want a collection
// of services that only work on specific platforms? We need to
// figure out how to rationalize this interface across platforms.
-interface ActivityManager {
+interface Activity {
startActivity(Intent intent);
finishCurrentActivity();
setTaskDescription(TaskDescription description);
« no previous file with comments | « sky/services/activity/BUILD.gn ('k') | sky/services/activity/src/org/domokit/activity/ActivityImpl.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698