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

Unified Diff: extensions/common/mojo/stash.mojom

Issue 648853007: Add handle waiting to StashBackend. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 11 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: 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 {

Powered by Google App Engine
This is Rietveld 408576698