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

Unified Diff: components/arc/common/app.mojom

Issue 2257923002: arc: Handle non-launchable apps. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2785
Patch Set: Created 4 years, 4 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: components/arc/common/app.mojom
diff --git a/components/arc/common/app.mojom b/components/arc/common/app.mojom
index 1110e41be5e13f19a61d2622d38834cb6105214f..2cd3ff154a0789b3360ccde60d032dded56cb551 100644
--- a/components/arc/common/app.mojom
+++ b/components/arc/common/app.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.
//
-// Next MinVersion: 13
+// Next MinVersion: 14
module arc.mojom;
@@ -91,8 +91,10 @@ interface AppHost {
[MinVersion=1] OnPackageRemoved@3(string package_name);
// Sends information about newly created task.
- [MinVersion=4] OnTaskCreated@4(int32 task_id, string package_name,
- string activity);
+ [MinVersion=4] OnTaskCreated@4(int32 task_id@0,
+ string package_name@1,
+ string activity@2,
+ [MinVersion=13] string? name@3);
// Notifies that task has been destroyed.
[MinVersion=4] OnTaskDestroyed@5(int32 task_id);
« no previous file with comments | « chrome/browser/ui/ash/launcher/launcher_context_menu_unittest.cc ('k') | components/arc/test/fake_app_instance.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698