 Chromium Code Reviews
 Chromium Code Reviews 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
    
  
    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| 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..8d47e7eeeeab3cec2b7f8db4cbd7172e2bd7fe48 100644 | 
| --- a/content/public/common/mojo_shell_connection.h | 
| +++ b/content/public/common/mojo_shell_connection.h | 
| @@ -29,7 +29,6 @@ class CONTENT_EXPORT MojoShellConnection { | 
| virtual bool ConfigureIncomingConnection( | 
| mojo::ApplicationConnection* connection) = 0; | 
| - protected: | 
| virtual ~Listener() {} | 
| }; |