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

Unified Diff: content/public/common/mojo_shell_connection.h

Issue 1461243002: [OLD ATTEMPT, DO NOT REVIEW] mustash: Enable connections to mus from the Chrome renderer Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Invert connection creation flow. Needs lots of work. Created 5 years, 1 month 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: content/public/common/mojo_shell_connection.h
diff --git a/content/public/common/mojo_shell_connection.h b/content/public/common/mojo_shell_connection.h
index af4cce1341484871827a2450e83114662ce8155e..954bd14abde1d3a5025a1f298df11e21b1b8febb 100644
--- a/content/public/common/mojo_shell_connection.h
+++ b/content/public/common/mojo_shell_connection.h
@@ -29,6 +29,7 @@ class CONTENT_EXPORT MojoShellConnection {
virtual bool ConfigureIncomingConnection(
mojo::ApplicationConnection* connection) = 0;
+ virtual void OnDestroy() {}
protected:
virtual ~Listener() {}
};

Powered by Google App Engine
This is Rietveld 408576698