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

Unified Diff: chrome/browser/local_discovery/privet_http_asynchronous_factory.h

Issue 959503003: Remove ServiceDiscoveryClient* from PrivetHTTPAsynchronousFactoryImpl interface (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@fixEstablish
Patch Set: Tue Feb 24 23:11:53 PST 2015 Created 5 years, 10 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
« no previous file with comments | « no previous file | chrome/browser/local_discovery/privet_http_asynchronous_factory.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/local_discovery/privet_http_asynchronous_factory.h
diff --git a/chrome/browser/local_discovery/privet_http_asynchronous_factory.h b/chrome/browser/local_discovery/privet_http_asynchronous_factory.h
index 388208135d2e3555dd30aa4dfcaaf4d4c3879d7e..656a9461b1d17f6b5bbd7d75d0c74f556ff3d3e8 100644
--- a/chrome/browser/local_discovery/privet_http_asynchronous_factory.h
+++ b/chrome/browser/local_discovery/privet_http_asynchronous_factory.h
@@ -18,7 +18,6 @@ class URLRequestContextGetter;
namespace local_discovery {
class PrivetHTTPClient;
-class ServiceDiscoveryClient;
class PrivetHTTPResolution {
public:
@@ -34,7 +33,6 @@ class PrivetHTTPAsynchronousFactory {
virtual ~PrivetHTTPAsynchronousFactory() {}
static scoped_ptr<PrivetHTTPAsynchronousFactory> CreateInstance(
- ServiceDiscoveryClient* service_discovery_client,
net::URLRequestContextGetter* request_context);
virtual scoped_ptr<PrivetHTTPResolution> CreatePrivetHTTP(
« no previous file with comments | « no previous file | chrome/browser/local_discovery/privet_http_asynchronous_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698