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

Unified Diff: net/proxy/proxy_config_service_ios.h

Issue 10911099: Minor fixes in proxy configuration on iOS. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Review comments" Created 8 years, 3 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 | « chrome/browser/net/pref_proxy_config_tracker_impl.cc ('k') | net/proxy/proxy_config_service_ios.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/proxy/proxy_config_service_ios.h
diff --git a/net/proxy/proxy_config_service_ios.h b/net/proxy/proxy_config_service_ios.h
index fff917a7f8c17ce54d03fa493b9fdef2a0405106..bf8f76b6b67df5402604e3b7b0dd5d09183f5a01 100644
--- a/net/proxy/proxy_config_service_ios.h
+++ b/net/proxy/proxy_config_service_ios.h
@@ -7,25 +7,15 @@
#include "net/proxy/polling_proxy_config_service.h"
-namespace base {
-class SingleThreadTaskRunner;
-} // namespace base
-
namespace net {
class ProxyConfigServiceIOS : public PollingProxyConfigService {
public:
// Constructs a ProxyConfigService that watches the iOS system proxy settings.
- // This instance is expected to be operated and deleted on the IO thread
- // (however it may be constructed from a different thread).
- explicit ProxyConfigServiceIOS(
- base::SingleThreadTaskRunner* io_thread_task_runner);
+ explicit ProxyConfigServiceIOS();
virtual ~ProxyConfigServiceIOS();
private:
- // The thread that we expect to be operated on.
- scoped_refptr<base::SingleThreadTaskRunner> io_thread_task_runner_;
-
DISALLOW_COPY_AND_ASSIGN(ProxyConfigServiceIOS);
};
« no previous file with comments | « chrome/browser/net/pref_proxy_config_tracker_impl.cc ('k') | net/proxy/proxy_config_service_ios.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698