Chromium Code Reviews| Index: content/browser/blob_storage/chrome_blob_storage_context.h |
| diff --git a/content/browser/blob_storage/chrome_blob_storage_context.h b/content/browser/blob_storage/chrome_blob_storage_context.h |
| index 87702d17e71d041e99ca77f6ddcdd0dc8a72514c..c8ccfe58a61d18c3a024ad7304b46a78bddcdc1b 100644 |
| --- a/content/browser/blob_storage/chrome_blob_storage_context.h |
| +++ b/content/browser/blob_storage/chrome_blob_storage_context.h |
| @@ -50,6 +50,7 @@ class CONTENT_EXPORT ChromeBlobStorageContext |
| public: |
| ChromeBlobStorageContext(); |
| + // Unlike the others, this method must be called on the UI thread. |
|
Peter Beverloo
2017/07/10 13:13:21
// Must be called on the UI thread.
(The first bi
johnme
2017/07/10 13:41:07
Done.
|
| static ChromeBlobStorageContext* GetFor( |
| BrowserContext* browser_context); |