diff options
author | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-09 20:08:38 +0000 |
---|---|---|
committer | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-09 20:08:38 +0000 |
commit | cbee936231bafb19a7be8a2eec44470b40ad326b (patch) | |
tree | 9fa16580973989bd88aa2512a4ec4d91c5047626 /content/browser/chrome_blob_storage_context.h | |
parent | 63d0b16f3b1a94ea57bbfa420b12fd0357337084 (diff) | |
download | chromium_src-cbee936231bafb19a7be8a2eec44470b40ad326b.zip chromium_src-cbee936231bafb19a7be8a2eec44470b40ad326b.tar.gz chromium_src-cbee936231bafb19a7be8a2eec44470b40ad326b.tar.bz2 |
Removal of Profile from content part 7.
BUG=76788
TEST=no change visible
Review URL: http://codereview.chromium.org/7575010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96046 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/browser/chrome_blob_storage_context.h')
-rw-r--r-- | content/browser/chrome_blob_storage_context.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/content/browser/chrome_blob_storage_context.h b/content/browser/chrome_blob_storage_context.h index db70d11..3b97011 100644 --- a/content/browser/chrome_blob_storage_context.h +++ b/content/browser/chrome_blob_storage_context.h @@ -17,8 +17,9 @@ class BlobStorageController; } // A context class that keeps track of BlobStorageController used by the chrome. -// There is an instance associated with each Profile. There could be multiple -// URLRequestContexts in the same profile that refers to the same instance. +// There is an instance associated with each BrowserContext. There could be +// multiple URLRequestContexts in the same browser context that refers to the +// same instance. // // All methods, except the ctor, are expected to be called on // the IO thread (unless specifically called out in doc comments). |