diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-08 22:15:55 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-08 22:15:55 +0000 |
commit | cca169b5688799d274859e0cb4a01447e4258ea6 (patch) | |
tree | 2e979d2e23a563309552f3483e5f73951057485e /chrome/browser/chromeos/proxy_config_service_impl.h | |
parent | cfb73d625665af4f863c6f58205b4f1664b3f5c8 (diff) | |
download | chromium_src-cca169b5688799d274859e0cb4a01447e4258ea6.zip chromium_src-cca169b5688799d274859e0cb4a01447e4258ea6.tar.gz chromium_src-cca169b5688799d274859e0cb4a01447e4258ea6.tar.bz2 |
Rename ChromeThread to BrowserThread Part7:
- Rename entries under chromeos.
BUG=56926
TEST=trybots
Review URL: http://codereview.chromium.org/3592014
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62027 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/chromeos/proxy_config_service_impl.h')
-rw-r--r-- | chrome/browser/chromeos/proxy_config_service_impl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/chromeos/proxy_config_service_impl.h b/chrome/browser/chromeos/proxy_config_service_impl.h index e8e184d..5e562d2 100644 --- a/chrome/browser/chromeos/proxy_config_service_impl.h +++ b/chrome/browser/chromeos/proxy_config_service_impl.h @@ -212,10 +212,10 @@ class ProxyConfigServiceImpl // Posted from UI thread to IO thread to carry the new config information. void IOSetProxyConfig(const ProxyConfig& new_config); - // Checks that method is called on ChromeThread::IO thread. + // Checks that method is called on BrowserThread::IO thread. void CheckCurrentlyOnIOThread(); - // Checks that method is called on ChromeThread::UI thread. + // Checks that method is called on BrowserThread::UI thread. void CheckCurrentlyOnUIThread(); // Data members. |