Index: extensions/common/mojo/stash.mojom |
diff --git a/extensions/common/mojo/stash.mojom b/extensions/common/mojo/stash.mojom |
index 6cc4908bc511c1556755e9483767a853b42697a0..5c1e68bd169b62a86e7830c59eeadeb96ab07404 100644 |
--- a/extensions/common/mojo/stash.mojom |
+++ b/extensions/common/mojo/stash.mojom |
@@ -17,6 +17,10 @@ struct StashedObject { |
// The handles contained within the serialization struct. |
array<handle> stashed_handles; |
+ |
+ // Whether to monitor |stashed_handles| and relaunch the client when a handle |
+ // becomes readable. |
+ bool monitor_handles = false; |
}; |
interface StashService { |