| Index: content/browser/appcache/chrome_appcache_service.h
|
| diff --git a/content/browser/appcache/chrome_appcache_service.h b/content/browser/appcache/chrome_appcache_service.h
|
| index 6e623e90ffe880c24c93eb1246e341feb65377e1..51829f94c1271ea921bde05fc028a93ec95c9751 100644
|
| --- a/content/browser/appcache/chrome_appcache_service.h
|
| +++ b/content/browser/appcache/chrome_appcache_service.h
|
| @@ -21,10 +21,10 @@ class ResourceContext;
|
| }
|
|
|
| // An AppCacheService subclass used by the chrome. There is an instance
|
| -// associated with each Profile. This derivation adds refcounting semantics
|
| -// since a profile has multiple URLRequestContexts which refer to the same
|
| -// object, and those URLRequestContexts are refcounted independently of the
|
| -// owning profile.
|
| +// associated with each BrowserContext. This derivation adds refcounting
|
| +// semantics since a browser context has multiple URLRequestContexts which refer
|
| +// to the same object, and those URLRequestContexts are refcounted independently
|
| +// of the owning browser context.
|
| //
|
| // All methods, except the ctor, are expected to be called on
|
| // the IO thread (unless specifically called out in doc comments).
|
|
|