Index: components/arc/common/app.mojom |
diff --git a/components/arc/common/app.mojom b/components/arc/common/app.mojom |
index 900bce1f4353b5065acdea6daa68939ffc299653..e6e9e4684ac69e4847c5e474f201f0ecaad1af1a 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: 3 |
+// Next MinVersion: 4 |
module arc; |
@@ -93,4 +93,8 @@ interface AppInstance { |
// Sends a request to ARC to uninstall the given package. Error (if ever |
// happens) is ignored, and uninstall option should appear in the UI. |
[MinVersion=2] UninstallPackage(string package_name); |
+ |
+ // Requests information about task. |
+ [MinVersion=3] GetTaskInfo(int32 task_id) => (string package_name, |
+ string activity); |
}; |