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

Unified Diff: remoting/host/dns_blackhole_checker.h

Issue 719983002: Reporting of policy errors via host-offline-reason: part 3 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@hor-nohoststatussender
Patch Set: Addressed most feedback from Wez. Created 5 years, 11 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/host/dns_blackhole_checker.h
diff --git a/remoting/host/dns_blackhole_checker.h b/remoting/host/dns_blackhole_checker.h
index 49d73ca78ae4a5d08e4e1c47fa72aa1711aba18d..6a5875c1b5af13fb6fcf000fef62fd6695bcd445 100644
--- a/remoting/host/dns_blackhole_checker.h
+++ b/remoting/host/dns_blackhole_checker.h
@@ -22,9 +22,9 @@ extern const char kDefaultHostTalkGadgetPrefix[];
class DnsBlackholeChecker : public net::URLFetcherDelegate {
public:
- DnsBlackholeChecker(
- scoped_refptr<net::URLRequestContextGetter> url_request_context_getter,
- std::string talkgadget_prefix);
+ DnsBlackholeChecker(const scoped_refptr<net::URLRequestContextGetter>&
+ url_request_context_getter,
Wez 2015/01/08 01:49:50 What's the rationale for making this const scoped_
Łukasz Anforowicz 2015/01/08 23:50:31 When following your suggestion to pass network_tas
Wez 2015/01/09 02:55:45 Acknowledged.
+ std::string talkgadget_prefix);
Wez 2015/01/08 01:49:50 Where did this weird wrapping come from?
Łukasz Anforowicz 2015/01/08 23:50:31 git cl format The thing is that the 1st parameter
Wez 2015/01/09 02:55:45 Acknowledged.
~DnsBlackholeChecker() override;
// net::URLFetcherDelegate interface.

Powered by Google App Engine
This is Rietveld 408576698