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

Unified Diff: ipc/mojo/ipc_mojo_bootstrap_delegate.h

Issue 553283002: IPC::ChannelMojo: Introduce IPC::MojoBootstrap for Windows (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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
Index: ipc/mojo/ipc_mojo_bootstrap_delegate.h
diff --git a/ipc/mojo/ipc_mojo_bootstrap_delegate.h b/ipc/mojo/ipc_mojo_bootstrap_delegate.h
new file mode 100644
index 0000000000000000000000000000000000000000..e46afa865883ce784412504309ea8159a7dd0801
--- /dev/null
+++ b/ipc/mojo/ipc_mojo_bootstrap_delegate.h
@@ -0,0 +1,14 @@
+// Copyright 2014 The Chromium Authors. All rights reserved.
viettrungluu 2014/09/15 22:37:28 I think you wanted to remove this file.... :)
Hajime Morrita 2014/09/15 23:51:33 Done.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#ifndef IPC_MOJO_IPC_MOJO_BOOTSTRAP_DELEGATE_H_
+#define IPC_MOJO_IPC_MOJO_BOOTSTRAP_DELEGATE_H_
+
+#include "mojo/embedder/scoped_platform_handle.h"
+
+namespace IPC {
+
+}
+
+#endif // namaespace IPC_MOJO_IPC_MOJO_BOOTSTRAP_DELEGATE_H_

Powered by Google App Engine
This is Rietveld 408576698