Index: ipc/ipc_channel_win.h |
diff --git a/ipc/ipc_channel_win.h b/ipc/ipc_channel_win.h |
index 358d6fa5072550e3562e26b00fbb9e878492955a..ada88ac3c0e4a82658bbde8afd12c9b6b0dae748 100644 |
--- a/ipc/ipc_channel_win.h |
+++ b/ipc/ipc_channel_win.h |
@@ -30,8 +30,9 @@ class Channel::ChannelImpl : public MessageLoopForIO::IOHandler { |
void Close(); |
void set_listener(Listener* listener) { listener_ = listener; } |
bool Send(Message* message); |
+ static bool IsNamedServerInitialized(const std::string& channel_id); |
private: |
- const std::wstring PipeName(const std::string& channel_id) const; |
+ static const std::wstring PipeName(const std::string& channel_id); |
bool CreatePipe(const IPC::ChannelHandle &channel_handle, Mode mode); |
bool ProcessConnection(); |