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

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

Issue 1415653004: Resolve issue from feedback for 1417363004 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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: chrome/browser/local_discovery/privet_http_impl.h
diff --git a/chrome/browser/local_discovery/privet_http_impl.h b/chrome/browser/local_discovery/privet_http_impl.h
index a027564a217c4dfd76bdb89da0d36ad01fd3cb35..bba696c0658ca25641721577bc6058bea9aad70e 100644
--- a/chrome/browser/local_discovery/privet_http_impl.h
+++ b/chrome/browser/local_discovery/privet_http_impl.h
@@ -240,11 +240,7 @@ class PrivetHTTPClientImpl : public PrivetHTTPClient {
PrivetHTTPClientImpl(
const std::string& name,
const net::HostPortPair& host_port,
- net::URLRequestContextGetter* request_context);
- PrivetHTTPClientImpl(
- const std::string& name,
- const net::HostPortPair& host_port,
- const scoped_refptr<base::SingleThreadTaskRunner>& net_task_runner);
+ const scoped_refptr<net::URLRequestContextGetter>& context_getter);
~PrivetHTTPClientImpl() override;
// PrivetHTTPClient implementation.

Powered by Google App Engine
This is Rietveld 408576698