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

Unified Diff: remoting/host/ipc_util.h

Issue 2581853002: Removing ipc_util files and references (Closed)
Patch Set: Created 4 years 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 | « remoting/host/desktop_session_agent.cc ('k') | remoting/host/ipc_util_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/ipc_util.h
diff --git a/remoting/host/ipc_util.h b/remoting/host/ipc_util.h
deleted file mode 100644
index 17b7c7144102a097b1883ba128a817bebc803725..0000000000000000000000000000000000000000
--- a/remoting/host/ipc_util.h
+++ /dev/null
@@ -1,32 +0,0 @@
-// Copyright 2013 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 REMOTING_HOST_IPC_UTIL_H_
-#define REMOTING_HOST_IPC_UTIL_H_
-
-#include <string>
-
-#include "base/compiler_specific.h"
-#include "build/build_config.h"
-
-#if defined(OS_WIN)
-#include "base/win/scoped_handle.h"
-#endif // defined(OS_WIN)
-
-namespace remoting {
-
-#if defined(OS_WIN)
-
-// Creates the server end of the IPC channel and applies the security
-// descriptor |pipe_security_descriptor| to it.
-bool CreateIpcChannel(
- const std::string& channel_name,
- const std::string& pipe_security_descriptor,
- base::win::ScopedHandle* pipe_out);
-
-#endif // defined(OS_WIN)
-
-} // namespace remoting
-
-#endif // REMOTING_HOST_IPC_UTIL_H_
« no previous file with comments | « remoting/host/desktop_session_agent.cc ('k') | remoting/host/ipc_util_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698