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

Unified Diff: content/renderer/render_process_client_connection_listener.h

Issue 1476643002: mustash: Enable connections to mus from the Chrome renderer [take 2] (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: RenderWidgetMus => RenderWidgetMusConnection 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/renderer/render_process_client_connection_listener.h
diff --git a/content/renderer/render_process_client_connection_listener.h b/content/renderer/render_process_client_connection_listener.h
new file mode 100644
index 0000000000000000000000000000000000000000..61664f14e3eddba5dfcfa0837e1350f7b0008f30
--- /dev/null
+++ b/content/renderer/render_process_client_connection_listener.h
@@ -0,0 +1,14 @@
+// Copyright 2015 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#ifndef CONTENT_RENDERER_RENDER_PROCESS_CLIENT_CONNECTION_LISTENER_H_
+#define CONTENT_RENDERER_RENDER_PROCESS_CLIENT_CONNECTION_LISTENER_H_
+
+namespace content {
+
+void CreateRenderProcessClientConnectionListener();
Ben Goodger (Google) 2015/11/25 04:07:28 CreateRenderWidgetWindowTreeClientFactory
Fady Samuel 2015/11/25 17:45:53 Done.
+
+} // namespace content
+
+#endif // CONTENT_RENDERER_RENDER_PROCESS_CLIENT_CONNECTION_LISTENER_H_

Powered by Google App Engine
This is Rietveld 408576698