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

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: Created 5 years, 10 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 | « extensions/browser/mojo/stash_backend_unittest.cc ('k') | extensions/extensions_tests.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 {
« no previous file with comments | « extensions/browser/mojo/stash_backend_unittest.cc ('k') | extensions/extensions_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698