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

Unified Diff: remoting/client/ipc_host_resolver.h

Issue 7981026: Cleanup ConnectionToHost of non-P2P-API code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: - Created 9 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: remoting/client/ipc_host_resolver.h
diff --git a/remoting/client/ipc_host_resolver.h b/remoting/client/ipc_host_resolver.h
deleted file mode 100644
index 2cd5370d84d9c58eebf34d8d9d9260b77024539d..0000000000000000000000000000000000000000
--- a/remoting/client/ipc_host_resolver.h
+++ /dev/null
@@ -1,37 +0,0 @@
-// Copyright (c) 2011 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_CLIENT_IPC_HOST_RESOLVER_H_
-#define REMOTING_CLIENT_IPC_HOST_ADDRESS_RESOLVER_H_
-
-#include "base/compiler_specific.h"
-#include "remoting/jingle_glue/host_resolver.h"
-
-namespace content {
-class P2PSocketDispatcher;
-} // namespace content
-
-namespace remoting {
-
-// Implementation of HostResolverFactory interface that works in
-// renderer.
-//
-// TODO(sergeyu): Move this class to content/renderer/p2p after
-// HostResolver interface is moved to libjingle.
-class IpcHostResolverFactory : public HostResolverFactory {
- public:
- IpcHostResolverFactory(content::P2PSocketDispatcher* socket_dispatcher);
- virtual ~IpcHostResolverFactory();
-
- virtual HostResolver* CreateHostResolver() OVERRIDE;
-
- private:
- content::P2PSocketDispatcher* socket_dispatcher_;
-
- DISALLOW_COPY_AND_ASSIGN(IpcHostResolverFactory);
-};
-
-} // namespace remoting
-
-#endif // REMOTING_JINGLE_GLUE_HOST_RESOLVER_H_

Powered by Google App Engine
This is Rietveld 408576698