summaryrefslogtreecommitdiffstats
path: root/chrome/browser/local_discovery/privet_http.h
diff options
context:
space:
mode:
authornoamsml@chromium.org <noamsml@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-08-21 00:00:03 +0000
committernoamsml@chromium.org <noamsml@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-08-21 00:00:03 +0000
commit71b1e9e580ff73bce418be9fbe86ffd87d337466 (patch)
tree11c7d385e5ee45883bf59e7c35d500b77258e1ff /chrome/browser/local_discovery/privet_http.h
parentb594f92e3ef37df1193afc06e58e2d02385b9531 (diff)
downloadchromium_src-71b1e9e580ff73bce418be9fbe86ffd87d337466.zip
chromium_src-71b1e9e580ff73bce418be9fbe86ffd87d337466.tar.gz
chromium_src-71b1e9e580ff73bce418be9fbe86ffd87d337466.tar.bz2
Create asynchronous factory for privet HTTP that does address resolution
Create a class, PrivetHTTPAsynchronousFactory that creates the PrivetHTTP object and resolves the mDNS host to an IP address. Convert LocalDiscoveryUIHandler to using PrivetHTTPAsynchronousFactory. BUG= Review URL: https://chromiumcodereview.appspot.com/22432004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@218580 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/local_discovery/privet_http.h')
-rw-r--r--chrome/browser/local_discovery/privet_http.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/chrome/browser/local_discovery/privet_http.h b/chrome/browser/local_discovery/privet_http.h
index d600f47..644411d 100644
--- a/chrome/browser/local_discovery/privet_http.h
+++ b/chrome/browser/local_discovery/privet_http.h
@@ -13,8 +13,6 @@
namespace local_discovery {
-class PrivetHTTPImpl;
-
// Represents a request to /privet/info. Will store a cached response and token
// in the PrivetHTTPClient that created.
class PrivetInfoOperation {