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

Unified Diff: chromecast/net/connectivity_checker.h

Issue 2647323010: [Chromecast] Add proxy server support to chromecast (Closed)
Patch Set: Fixing test break. Created 3 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 | « chromecast/net/DEPS ('k') | chromecast/net/connectivity_checker.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/net/connectivity_checker.h
diff --git a/chromecast/net/connectivity_checker.h b/chromecast/net/connectivity_checker.h
index dff6e530c6fd45b10084872b3034582dc61677de..8c477102b79676d623c692cd168140cd271c7379 100644
--- a/chromecast/net/connectivity_checker.h
+++ b/chromecast/net/connectivity_checker.h
@@ -15,6 +15,10 @@ namespace base {
class SingleThreadTaskRunner;
}
+namespace net {
+class URLRequestContextGetter;
+}
+
namespace chromecast {
// Checks if internet connectivity is available.
@@ -35,7 +39,8 @@ class ConnectivityChecker
};
static scoped_refptr<ConnectivityChecker> Create(
- const scoped_refptr<base::SingleThreadTaskRunner>& task_runner);
+ const scoped_refptr<base::SingleThreadTaskRunner>& task_runner,
+ net::URLRequestContextGetter* url_request_context_getter);
ConnectivityChecker();
« no previous file with comments | « chromecast/net/DEPS ('k') | chromecast/net/connectivity_checker.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698