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

Unified Diff: mojo/edk/system/node_channel.h

Issue 2135113002: [mojo-edk] Close pending merges if the parent channel dies. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Revert stuff for merge. Created 4 years, 5 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 | « no previous file | mojo/edk/system/node_channel.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/edk/system/node_channel.h
diff --git a/mojo/edk/system/node_channel.h b/mojo/edk/system/node_channel.h
index 658553c60022a06279e477e045572c4c1febf268..5a5fc8a38dd725437b69a89f0300ba599440ceaf 100644
--- a/mojo/edk/system/node_channel.h
+++ b/mojo/edk/system/node_channel.h
@@ -77,7 +77,8 @@ class NodeChannel : public base::RefCountedThreadSafe<NodeChannel>,
Channel::MessagePtr message) = 0;
#endif
- virtual void OnChannelError(const ports::NodeName& node) = 0;
+ virtual void OnChannelError(const ports::NodeName& node,
+ NodeChannel* channel) = 0;
#if defined(OS_MACOSX) && !defined(OS_IOS)
virtual MachPortRelay* GetMachPortRelay() = 0;
« no previous file with comments | « no previous file | mojo/edk/system/node_channel.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698