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

Unified Diff: net/proxy/proxy_config_service_mac.h

Issue 10911099: Minor fixes in proxy configuration on iOS. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: indentation 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
Index: net/proxy/proxy_config_service_mac.h
diff --git a/net/proxy/proxy_config_service_mac.h b/net/proxy/proxy_config_service_mac.h
index acccd211bcc4e4da4a65dd908da403e7057eeda9..cf513a0aeefeecf296dd91cd1ef1ba85676ff871 100644
--- a/net/proxy/proxy_config_service_mac.h
+++ b/net/proxy/proxy_config_service_mac.h
@@ -26,7 +26,7 @@ namespace net {
class NET_EXPORT ProxyConfigServiceMac : public ProxyConfigService {
public:
// Constructs a ProxyConfigService that watches the Mac OS system settings.
- // This instance is expected to be operated and deleted on the IO thread
+ // This instance is expected to be operated and deleted on the same thread
// (however it may be constructed from a different thread).
explicit ProxyConfigServiceMac(
base::SingleThreadTaskRunner* io_thread_task_runner);

Powered by Google App Engine
This is Rietveld 408576698