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

Unified Diff: remoting/host/url_request_context.h

Issue 10106013: Chromoting: stopping the service if the host ID is permanently not recognized by the could. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Cr feedback. Created 8 years, 8 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/url_request_context.h
diff --git a/remoting/host/url_request_context.h b/remoting/host/url_request_context.h
index a43d10d84b526f5950759383893fc8f8c8758e4d..372d5ee501516a0e07cfdb6049b3d9f1b26a5ed2 100644
--- a/remoting/host/url_request_context.h
+++ b/remoting/host/url_request_context.h
@@ -26,7 +26,8 @@ namespace remoting {
// remoting Me2Me host process where the profile is not available.
class URLRequestContext : public net::URLRequestContext {
public:
- explicit URLRequestContext(net::ProxyConfigService* net_proxy_config_service);
+ explicit URLRequestContext(
+ scoped_ptr<net::ProxyConfigService> proxy_config_service);
private:
virtual ~URLRequestContext();

Powered by Google App Engine
This is Rietveld 408576698