Index: chrome/browser/chromeos/proxy_config_service_impl.h |
diff --git a/chrome/browser/chromeos/proxy_config_service_impl.h b/chrome/browser/chromeos/proxy_config_service_impl.h |
index 44a51662723a890effb5fcc651c2c389cf83b1a9..1cbd1287e98362a6af835765f0eeb61a6cb18737 100644 |
--- a/chrome/browser/chromeos/proxy_config_service_impl.h |
+++ b/chrome/browser/chromeos/proxy_config_service_impl.h |
@@ -39,9 +39,9 @@ class ProxyConfigServiceImpl |
public SignedSettings::Delegate<std::string> { |
public: |
// ProxyConfigServiceImpl is created on the UI thread in |
- // chrome/browser/net/chrome_url_request_context.cc::CreateProxyConfigService |
- // via ProfileImpl::GetChromeOSProxyConfigServiceImpl, and stored in Profile |
- // as a scoped_refptr (because it's RefCountedThreadSafe). |
+ // chrome/browser/net/proxy_service_factor.cc::CreateProxyConfigService |
kuan
2011/02/18 16:29:31
typo: factor -> factory
battre
2011/02/21 17:27:58
Done.
|
+ // via BrowserProcess::chomeos_proxy_config_service_impl, and stored in |
kuan
2011/02/18 16:29:31
typo: chomeos -> chromeos
battre
2011/02/21 17:27:58
Done.
|
+ // g_browser_process as a scoped_refptr (because it's RefCountedThreadSafe). |
// |
// Past that point, it can be accessed from the IO or UI threads. |
// |
@@ -50,7 +50,7 @@ class ProxyConfigServiceImpl |
// (GetLatestProxyConfig, AddObserver, RemoveObserver). |
// |
// From the UI thread, it is accessed via |
- // WebUI::GetProfile::GetChromeOSProxyConfigServiceImpl to allow user to read |
+ // BrowserProcess::chomeos_proxy_config_service_impl to allow user to read |
kuan
2011/02/18 16:29:31
same here
battre
2011/02/21 17:27:58
Done.
|
// or modify the proxy configuration via UIGetProxyConfig or |
// UISetProxyConfigTo* respectively. |
// The new modified proxy config is posted to the IO thread through |